repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 9a931a549b7e1b0979ce5f6088edf5136546f3ed:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 9a931a549b7e1b0979ce5f6088edf5136546f3ed
Author: Alexander Barton 
Date:   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
index b0ceeef815e3d4cf91a8501801f36e983121e208..
index ..7d32ddc933fd5fd132e4efbf74defa1c961d3fd3 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);

-----END OF PAGE-----