Enhance debug messages while sending CHANINFO commands

This commit is contained in:
Alexander Barton 2014-12-20 15:35:47 +01:00
parent 3c30490d54
commit 9a931a549b
1 changed files with 2 additions and 1 deletions

View File

@ -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);