From ceab1f0178932fd308df023b7fafdea231593949 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Wed, 17 Sep 2014 10:38:07 +0000 Subject: VKontakte: fix for debug log label git-svn-id: http://svn.miranda-ng.org/main/trunk@10493 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/VKontakte/src/vk_search.cpp b/protocols/VKontakte/src/vk_search.cpp index a6337407a3..0e7a0f4094 100644 --- a/protocols/VKontakte/src/vk_search.cpp +++ b/protocols/VKontakte/src/vk_search.cpp @@ -28,7 +28,7 @@ void CVkProto::SearchBasicThread(void* id) void __cdecl CVkProto::SearchByStringThread(void* str) { - debugLogA("CVkProto::OnSearchBasicThread"); + debugLogA("CVkProto::SearchByStringThread"); Push(new AsyncHttpRequest(this, REQUEST_GET, "/method/users.search.json", true, &CVkProto::OnSearch) << TCHAR_PARAM("q", (TCHAR *)str) << INT_PARAM("count", 200) -- cgit v1.2.3