From 8468eef528fb6da2b50ac1cc0a33c616a7632cba Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 21 Apr 2019 13:28:06 -0700 Subject: [PATCH] another log change --- ircddb/IRCProtocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircddb/IRCProtocol.cpp b/ircddb/IRCProtocol.cpp index 6d08089..a4a5bba 100644 --- a/ircddb/IRCProtocol.cpp +++ b/ircddb/IRCProtocol.cpp @@ -180,7 +180,7 @@ bool IRCProtocol::processQueues(IRCMessageQueue *recvQ, IRCMessageQueue *sendQ) std::string out; m->composeMessage(out); out.pop_back(); out.pop_back(); - printf("%s\n", out.c_str()); + printf("# of params=%d: msg:%s\n", m->numParams, out.c_str()); if (2 == m->numParams) { if (0 == m->params[0].compare(channel)) { app->msgChannel(m);