src/irc_queue.c
changeset 102 af4190b743a5
parent 91 bca23cbe1dce
child 151 b0b01420b99d
--- 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)