Mercurial > masqmail
diff src/queue.c @ 236:5a0e8ed56c2a
debug msgs: improved the display of function return values
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 22 Oct 2010 11:15:24 -0300 |
parents | 996b53a50f55 |
children | 5f559921391a |
line wrap: on
line diff
--- a/src/queue.c Fri Oct 22 11:09:57 2010 -0300 +++ b/src/queue.c Fri Oct 22 11:15:24 2010 -0300 @@ -98,7 +98,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); + DEBUG(5) debugf(" deliver_msg_list() returned: %d\n", ok); } logwrite(LOG_NOTICE, "Finished queue run.\n");