From d27c33b4acd678adee5024bf3eab3dad1c72b292 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Thu, 9 Apr 2015 17:56:04 +0000 Subject: SkypeWeb: Add debugLog lines. git-svn-id: http://svn.miranda-ng.org/main/trunk@12713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_poll_processing.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/SkypeWeb/src/skype_poll_processing.cpp') diff --git a/protocols/SkypeWeb/src/skype_poll_processing.cpp b/protocols/SkypeWeb/src/skype_poll_processing.cpp index 806e25430d..1513993cde 100644 --- a/protocols/SkypeWeb/src/skype_poll_processing.cpp +++ b/protocols/SkypeWeb/src/skype_poll_processing.cpp @@ -134,9 +134,11 @@ void CSkypeProto::ProcessNewMessageRes(JSONNODE *node) hContact = GetContact(ptrA(ContactUrlToName(conversationLink))); int hMessage = atoi(clientMsgId); ProtoBroadcastAck(hContact, ACKTYPE_MESSAGE, ACKRESULT_SUCCESS, (HANDLE)hMessage, 0); + debugLogA(__FUNCTION__" timestamp = %d clientmsgid = %s", timestamp, clientMsgId); AddMessageToDb(hContact, timestamp, DBEF_UTF | DBEF_SENT, clientMsgId, &content[emoteOffset], emoteOffset); return; } + debugLogA(__FUNCTION__" timestamp = %d clientmsgid = %s", timestamp, clientMsgId); OnReceiveMessage(clientMsgId, from, timestamp, content, emoteOffset); } else if (!mir_strcmpi(messageType, "Event/SkypeVideoMessage")) -- cgit v1.2.3