summaryrefslogtreecommitdiff
path: root/protocols/Discord/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-04 14:43:57 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-04 14:43:57 +0300
commit934c8f4a7acb9090b80d424b32fccd41abff9a0c (patch)
tree7016f42723799cbd0a5d5ae277664efd33637d33 /protocols/Discord/src
parent2eb61207710614d8181aca54abf7ecab58e04ba5 (diff)
more logs added for Jabber & Discord
Diffstat (limited to 'protocols/Discord/src')
-rw-r--r--protocols/Discord/src/dispatch.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/dispatch.cpp b/protocols/Discord/src/dispatch.cpp
index a4ef8a175d..43b5233729 100644
--- a/protocols/Discord/src/dispatch.cpp
+++ b/protocols/Discord/src/dispatch.cpp
@@ -410,6 +410,7 @@ void CDiscordProto::OnCommandMessage(const JSONNode &pRoot, bool bIsNew)
pm->wszNick = pRoot["user"]["username"].as_mstring() + L"#" + pRoot["user"]["discriminator"].as_mstring();
pGuild->arChatUsers.insert(pm);
+ debugLogA("add missing user to chat: id=%lld, nick=%S", userId, pm->wszNick.c_str());
AddGuildUser(pGuild, *pm);
}
}