summaryrefslogtreecommitdiff
path: root/message.c
diff options
context:
space:
mode:
Diffstat (limited to 'message.c')
-rw-r--r--message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/message.c b/message.c
index 99ac0ca..f8e14cb 100644
--- a/message.c
+++ b/message.c
@@ -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;