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:
parent
83b9e252d2
commit
3b3afe10a7
@ -102,8 +102,9 @@
|
||||
* _REMOVE + + + +
|
||||
*
|
||||
*/
|
||||
#define QUEUE_MACRO_DEBUG 1
|
||||
#ifdef QUEUE_MACRO_DEBUG
|
||||
#define QUEUE_MACRO_DEBUG 0
|
||||
#if QUEUE_MACRO_DEBUG
|
||||
/* Store the last 2 places the queue element or head was altered */
|
||||
struct qm_trace {
|
||||
char * lastfile;
|
||||
int lastline;
|
||||
|
Loading…
Reference in New Issue
Block a user