diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-06-24 13:47:07 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-06-24 13:47:07 +0500 |
commit | e73f27967f03ad561b66fa45af63fd19712775ea (patch) | |
tree | 0a9b2512247544001a79d2ed04c5997aee8a06fc /protocols/VKontakte/src/vk_pollserver.cpp | |
parent | b71358ca8a217133f04ede0ba3f26718a45df802 (diff) |
VKontakte: small fix
Diffstat (limited to 'protocols/VKontakte/src/vk_pollserver.cpp')
-rw-r--r-- | protocols/VKontakte/src/vk_pollserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_pollserver.cpp b/protocols/VKontakte/src/vk_pollserver.cpp index de58a36653..b458dfd9da 100644 --- a/protocols/VKontakte/src/vk_pollserver.cpp +++ b/protocols/VKontakte/src/vk_pollserver.cpp @@ -54,7 +54,7 @@ void CVkProto::OnReceivePollingInfo(NETLIBHTTPREQUEST *reply, AsyncHttpRequest * if (!m_hPollingThread) {
debugLogA("CVkProto::OnReceivePollingInfo m_hPollingThread is NULL");
- debugLogA("CVkProto::OnReceivePollingInfo m_pollingTs = \'%s' m_pollingKey = \'%s\' m_pollingServer = \'%s\'",
+ debugLogA("CVkProto::OnReceivePollingInfo m_pollingTs = '%s' m_pollingKey = '%s' m_pollingServer = '%s'",
m_pollingTs ? m_pollingTs : "<NULL>",
m_pollingKey ? m_pollingKey : "<NULL>",
m_pollingServer ? m_pollingServer : "<NULL>");
|