More debugging enabled

This commit is contained in:
Michiel Broek
2002-08-16 21:29:24 +00:00
parent 7fb1a3106f
commit 752a9fd323
3 changed files with 13 additions and 8 deletions

View File

@@ -117,8 +117,11 @@ int CheckDupe(unsigned long crc, int idx, int max)
dupes[idx].max = max;
}
Syslog('n', "dupetest %08x %d %d", crc, idx, max);
for (i = 0; i < dupes[idx].count; i++) {
if (dupes[idx].crcs[i] == crc) {
Syslog('n', "dupe at %d", i);
return TRUE;
}
}