Oops, that was a heck of a lot more debugging left onthan I intended..

turn it off!

I don't know if people think that these debugging macros are worth keeping
or not but I'll keep them for a short while, while the danger of
queue stuffups in the (rather complicated) run queue code exists.
This commit is contained in:
Julian Elischer 2002-06-29 19:16:10 +00:00
parent 83b9e252d2
commit 3b3afe10a7

View File

@ -102,8 +102,9 @@
* _REMOVE + + + + * _REMOVE + + + +
* *
*/ */
#define QUEUE_MACRO_DEBUG 1 #define QUEUE_MACRO_DEBUG 0
#ifdef QUEUE_MACRO_DEBUG #if QUEUE_MACRO_DEBUG
/* Store the last 2 places the queue element or head was altered */
struct qm_trace { struct qm_trace {
char * lastfile; char * lastfile;
int lastline; int lastline;