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) {
|
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;
|
||||||
|
Reference in New Issue
Block a user