diff options
Diffstat (limited to 'message.c')
-rw-r--r-- | message.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -384,7 +384,7 @@ int processservermessage(SSL *server_ssl, char *str, struct client *clients, int // Update our local channels struct with all nicks from this RPL_NAMREPLY if (!addnamereplytochannel(str, channels, ircdstate->maxchannelcount)) { - debugprint(DEBUG_CRIT, "Failed to add RPL_NAMREPLY to channels.\n"); + debugprint(DEBUG_CRIT, "processservermessage(): Failed to add RPL_NAMREPLY to channels.\n"); } return 1; |