summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_contacts.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-02-25 22:07:05 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-02-25 22:07:05 +0000
commitdb8c860f22d93d04fbe35bcb50e812c269cb2ea7 (patch)
tree4d54d27dae4cba5fa0517f8b529abd817dffb338 /protocols/Tox/src/tox_contacts.cpp
parent49b90802d624e53129e51dfce1d78d2ef28ed68c (diff)
Tox: messages refactoring pt 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@12268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_contacts.cpp')
-rw-r--r--protocols/Tox/src/tox_contacts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_contacts.cpp b/protocols/Tox/src/tox_contacts.cpp
index 4a5f15c7b2..d4173a041a 100644
--- a/protocols/Tox/src/tox_contacts.cpp
+++ b/protocols/Tox/src/tox_contacts.cpp
@@ -103,7 +103,7 @@ int32_t CToxProto::GetToxFriendNumber(MCONTACT hContact)
int32_t friendNumber = tox_get_friend_number(tox, pubKey);
if (friendNumber == TOX_ERROR)
{
- debugLogA("CToxProto::SendMsg: failed to get friend number");
+ debugLogA("CToxProto::GetToxFriendNumber: failed to get friend number");
}
return friendNumber;
}