masqmail
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 diff
1.1 --- a/src/queue.c Wed Jun 30 13:23:49 2010 +0200 1.2 +++ b/src/queue.c Wed Jun 30 15:00:59 2010 +0200 1.3 @@ -97,6 +97,7 @@ 1.4 if (msg_list != NULL) { 1.5 ok = deliver_msg_list(msg_list, DLVR_ALL); 1.6 destroy_msg_list(msg_list); 1.7 + logwrite(LOG_NOTICE, " deliver_msg_list()=%d.\n", ok); 1.8 } 1.9 logwrite(LOG_NOTICE, "Finished queue run.\n"); 1.10