Turned on scannews heavy debug for dupe tracing

This commit is contained in:
Michiel Broek 2002-08-15 19:55:42 +00:00
parent dd28dc8324
commit f07f9f6a92

View File

@ -515,6 +515,7 @@ int get_xoverview(void)
} }
if ((tmp = xoverview) != NULL) { if ((tmp = xoverview) != NULL) {
most_debug = TRUE;
Syslog('N', "--Xoverview.fmt list"); Syslog('N', "--Xoverview.fmt list");
while (tmp != NULL) { while (tmp != NULL) {
if (tmp->header != NULL) { if (tmp->header != NULL) {
@ -522,6 +523,7 @@ int get_xoverview(void)
} }
tmp = tmp->next; tmp = tmp->next;
} }
most_debug = FALSE;
} }
} else { } else {
return 1; return 1;