Commit Diff
Diff:
3c30490d54da941e368d54aeb63cf56cf1aef345
9a931a549b7e1b0979ce5f6088edf5136546f3ed
Commit:
9a931a549b7e1b0979ce5f6088edf5136546f3ed
Tree:
239ca142e486f970680fb68be977e12f29c6d6c4
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Sat Dec 20 14:35:49 2014 UTC
Message:
Enhance debug messages while sending CHANINFO commands
blob - b0ceeef815e3d4cf91a8501801f36e983121e208
blob + 7d32ddc933fd5fd132e4efbf74defa1c961d3fd3
--- src/ngircd/numeric.c
+++ src/ngircd/numeric.c
@@ -216,7 +216,8 @@ Send_CHANINFO(CLIENT * Client, CHANNEL * Chan)
bool has_k, has_l;
#ifdef DEBUG
- Log(LOG_DEBUG, "Sending CHANINFO commands ...");
+ Log(LOG_DEBUG, "Sending CHANINFO commands for \"%s\" ...",
+ Channel_Name(Chan));
#endif
modes = Channel_Modes(Chan);
IRCNow