diff src/queue.c @ 114:a80ebfa16cd5

better debugging output (thanks to Paolo)
author meillo@marmaro.de
date Wed, 30 Jun 2010 15:00:59 +0200
parents 83a182793503
children 996b53a50f55
line wrap: on
line diff
--- a/src/queue.c	Wed Jun 30 13:23:49 2010 +0200
+++ b/src/queue.c	Wed Jun 30 15:00:59 2010 +0200
@@ -97,6 +97,7 @@
 	if (msg_list != NULL) {
 		ok = deliver_msg_list(msg_list, DLVR_ALL);
 		destroy_msg_list(msg_list);
+		logwrite(LOG_NOTICE, "  deliver_msg_list()=%d.\n", ok);
 	}
 	logwrite(LOG_NOTICE, "Finished queue run.\n");