log outoing messages from irc_queue
authorTero Marttila <terom@fixme.fi>
Wed, 01 Apr 2009 00:27:03 +0300
changeset 102 af4190b743a5
parent 101 bb8ed1382103
child 103 454aea1e4f11
log outoing messages from irc_queue
src/irc_queue.c
--- a/src/irc_queue.c	Wed Apr 01 00:26:50 2009 +0300
+++ b/src/irc_queue.c	Wed Apr 01 00:27:03 2009 +0300
@@ -17,6 +17,8 @@
     time_t now = time(NULL);
     err_t err;
     int ret;
+
+    log_debug("%s", line_buf);
     
     // XXX: output buffering?
     if ((ret = line_proto_send(queue->lp, line_buf)) < 0)