From 5bd5d3dc1920e22d0632dd265593b6dacce227dd Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 1 Feb 2015 18:12:17 +0000 Subject: Tox: fixed message sending git-svn-id: http://svn.miranda-ng.org/main/trunk@11977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_transfer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src/tox_transfer.cpp') 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; } -- cgit v1.2.3