diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-04 17:36:05 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-04 17:36:05 +0000 |
commit | ec30e45e04d2d8fbb1e62c520379a0f0bc99456c (patch) | |
tree | 5237118e5c8bea0dfc49169ed72a0b3e151b012f /protocols/VKontakte/src/misc.cpp | |
parent | b2e8a494c50aed30188fe9dbd185ddca1628f656 (diff) |
VKontakte:
add more debuglog lines
ShutdownSession() on PollServer()
git-svn-id: http://svn.miranda-ng.org/main/trunk@10689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/misc.cpp')
-rw-r--r-- | protocols/VKontakte/src/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 75e23daac8..5b417a1971 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -99,7 +99,7 @@ bool CVkProto::CheckJsonResult(AsyncHttpRequest *pReq, NETLIBHTTPREQUEST *reply, return true;
int iErrorCode = json_as_int(pErrorCode);
-
+ debugLogA("CVkProto::CheckJsonResult %d", iErrorCode);
switch (iErrorCode){
case VKERR_AUTHORIZATION_FAILED:
ConnectionFailed(LOGINERR_WRONGPASSWORD);
|