summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/helperfuncs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp
index 070a3d3b1..e5b1c6773 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -513,6 +513,7 @@ void ChanExceptSender(chanrec* Ptr, userrec* user, char status, char* text, ...)
ulist = Ptr->GetUsers();
break;
}
+ log(DEBUG,"%d users to write to",ulist->size());
for (std::map<char*,char*>::iterator i = ulist->begin(); i != ulist->end(); i++)
{
char* o = i->second;