about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2014-12-20 15:35:47 +0100
committerAlexander Barton <alex@barton.de>2014-12-20 15:35:49 +0100
commit9a931a549b7e1b0979ce5f6088edf5136546f3ed (patch)
tree239ca142e486f970680fb68be977e12f29c6d6c4
parent3c30490d54da941e368d54aeb63cf56cf1aef345 (diff)
downloadngircd-9a931a549b7e1b0979ce5f6088edf5136546f3ed.tar.gz
ngircd-9a931a549b7e1b0979ce5f6088edf5136546f3ed.zip
Enhance debug messages while sending CHANINFO commands
-rw-r--r--src/ngircd/numeric.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngircd/numeric.c b/src/ngircd/numeric.c
index b0ceeef8..7d32ddc9 100644
--- 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);