From 27cac8c07ca2465c187bb90e7058a854f46b6746 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 8 May 2013 15:08:27 +0000 Subject: - code restructurization - started network log filling git-svn-id: http://svn.miranda-ng.org/main/trunk@4598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_contacts.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Skype/src/skype_contacts.cpp') diff --git a/protocols/Skype/src/skype_contacts.cpp b/protocols/Skype/src/skype_contacts.cpp index aacbe82006..7c442ea5e6 100644 --- a/protocols/Skype/src/skype_contacts.cpp +++ b/protocols/Skype/src/skype_contacts.cpp @@ -246,6 +246,7 @@ HANDLE CSkypeProto::AddContact(CContact::Ref contact) void __cdecl CSkypeProto::LoadContactList(void* data) { + this->Log(L"Updating contacts list"); bool isFirstLoad = data != NULL; g_skype->GetHardwiredContactGroup(CContactGroup::ALL_BUDDIES, this->commonList); @@ -288,6 +289,7 @@ void __cdecl CSkypeProto::LoadContactList(void* data) void __cdecl CSkypeProto::LoadChatList(void*) { + this->Log(L"Updating group chats list"); CConversation::Refs conversations; g_skype->GetConversationList(conversations); -- cgit v1.2.3