summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_transfer.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-02-01 18:12:17 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-02-01 18:12:17 +0000
commit5bd5d3dc1920e22d0632dd265593b6dacce227dd (patch)
tree54ef412a3b2ff9ef5c2d91efcdb2e6b22cb4d352 /protocols/Tox/src/tox_transfer.cpp
parent0a377fe6d1ca13161fc6ced1375b7926476fe44a (diff)
Tox: fixed message sending
git-svn-id: http://svn.miranda-ng.org/main/trunk@11977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_transfer.cpp')
-rw-r--r--protocols/Tox/src/tox_transfer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_transfer.cpp b/protocols/Tox/src/tox_transfer.cpp
index fd244f5136..43656ce349 100644
--- a/protocols/Tox/src/tox_transfer.cpp
+++ b/protocols/Tox/src/tox_transfer.cpp
@@ -146,7 +146,7 @@ HANDLE __cdecl CToxProto::SendFile(MCONTACT hContact, const PROTOCHAR*, PROTOCHA
int32_t friendNumber = tox_get_friend_number(tox, pubKey);
if (friendNumber == TOX_ERROR)
{
- debugLogA("CToxProto::SendFilesAsync: cannot get friend number by public key");
+ debugLogA("CToxProto::SendMsg: failed to get friend number");
return NULL;
}