repo: ngircd action: commit revision: path_from: revision_from: 9a931a549b7e1b0979ce5f6088edf5136546f3ed: path_to: revision_to:
commit 9a931a549b7e1b0979ce5f6088edf5136546f3ed Author: Alexander BartonDate: Sat Dec 20 15:35:47 2014 +0100 Enhance debug messages while sending CHANINFO commands diff --git a/src/ngircd/numeric.c b/src/ngircd/numeric.c
--- a/src/ngircd/numeric.c +++ b/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);
-----END OF PAGE-----