diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-26 18:58:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-26 18:58:34 +0300 |
commit | 367a290a0096b78182c9dd9820a6184db35f37aa (patch) | |
tree | 86050c7000bab253e7297fe81dfbc699280a8988 | |
parent | 7a94342902fff2746bd4fe4699e56e04d6a5eb4c (diff) |
more logs for MRA
-rw-r--r-- | protocols/ICQ-WIM/src/poll.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |