Alexander Barton : Enhance debug messages while sending CHANINFO commands
Module: ngircd.git Branch: master Commit: 9a931a549b7e1b0979ce5f6088edf5136546f3ed URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=9a931a549... Author: Alexander Barton <alex@barton.de> Date: Sat Dec 20 15:35:47 2014 +0100 Enhance debug messages while sending CHANINFO commands --- src/ngircd/numeric.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ngircd/numeric.c b/src/ngircd/numeric.c index b0ceeef..7d32ddc 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);
Teilnehmer (1)
-
alex@arthur.barton.de