From: Alexander Barton Date: Sat, 20 Dec 2014 14:35:47 +0000 (+0100) Subject: Enhance debug messages while sending CHANINFO commands X-Git-Tag: rel-22.1~13 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=9a931a549b7e1b0979ce5f6088edf5136546f3ed;ds=sidebyside Enhance debug messages while sending CHANINFO commands --- 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);