diff options
-rw-r--r-- | protocols/Discord/src/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/server.cpp b/protocols/Discord/src/server.cpp index 19e96cdb28..615d7f96e9 100644 --- a/protocols/Discord/src/server.cpp +++ b/protocols/Discord/src/server.cpp @@ -67,7 +67,7 @@ void CDiscordProto::OnReceiveHistory(NETLIBHTTPREQUEST *pReply, AsyncHttpRequest if (!pUser->bIsPrivate) { si = g_chatApi.SM_FindSession(pUser->wszUsername, m_szModuleName); if (si == nullptr) { - debugLogA("nessage to unknown channel %lld ignored", pUser->channelId); + debugLogA("message to unknown channel %lld ignored", pUser->channelId); return; } } |