Turned on scannews heavy debug for dupe tracing
This commit is contained in:
parent
dd28dc8324
commit
f07f9f6a92
@ -515,6 +515,7 @@ int get_xoverview(void)
|
||||
}
|
||||
|
||||
if ((tmp = xoverview) != NULL) {
|
||||
most_debug = TRUE;
|
||||
Syslog('N', "--Xoverview.fmt list");
|
||||
while (tmp != NULL) {
|
||||
if (tmp->header != NULL) {
|
||||
@ -522,6 +523,7 @@ int get_xoverview(void)
|
||||
}
|
||||
tmp = tmp->next;
|
||||
}
|
||||
most_debug = FALSE;
|
||||
}
|
||||
} else {
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user