diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-17 10:38:07 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-17 10:38:07 +0000 |
commit | ceab1f0178932fd308df023b7fafdea231593949 (patch) | |
tree | d3c598ec4b7f3c6bb71fd93195bd9c2815eeb5d9 /protocols/VKontakte/src | |
parent | f2f109ef851c68b7f9ff53a179a7e75311cd2d1a (diff) |
VKontakte: fix for debug log label
git-svn-id: http://svn.miranda-ng.org/main/trunk@10493 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src')
-rw-r--r-- | protocols/VKontakte/src/vk_search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|