From 367a290a0096b78182c9dd9820a6184db35f37aa Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 26 Feb 2020 18:58:34 +0300 Subject: more logs for MRA --- protocols/ICQ-WIM/src/poll.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/ICQ-WIM/src/poll.cpp b/protocols/ICQ-WIM/src/poll.cpp index 62f978ff42..4331ebe8c9 100644 --- a/protocols/ICQ-WIM/src/poll.cpp +++ b/protocols/ICQ-WIM/src/poll.cpp @@ -255,6 +255,7 @@ void CIcqProto::ProcessNotification(const JSONNode &ev) CMStringW wszFrom((*root)["from"].as_mstring()); CMStringW wszSubj((*root)["subject"].as_mstring()); m_unreadEmails = (*root)["unreadCount"].as_int(); + debugLogW(L"You received e-mail (%d) from <%s>: <%s>", m_unreadEmails, wszFrom.c_str(), wszSubj.c_str()); CMStringW wszMessage(FORMAT, TranslateT("You received e-mail from %s: %s"), wszFrom.c_str(), wszSubj.c_str()); EmailNotification(wszMessage); -- cgit v1.2.3