summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-04-11 07:41:32 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-04-11 07:41:32 +0000
commitf2b7e7d868befc34325998e851eda7bea3467234 (patch)
tree0cd9ab3c62e2c6649dd9d72b5cca9f083cbfd3d5 /protocols/Steam/src/steam_proto.cpp
parenta1c0bd56d1f3fce0078fc2fdbc1f863b4572c01b (diff)
Steam:
- added logging - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@8951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r--protocols/Steam/src/steam_proto.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp
index 771d80e96b..02b3fd82f4 100644
--- a/protocols/Steam/src/steam_proto.cpp
+++ b/protocols/Steam/src/steam_proto.cpp
@@ -209,6 +209,8 @@ int __cdecl CSteamProto::SetApparentMode(MCONTACT hContact, int mode) { return 0
int CSteamProto::SetStatus(int new_status)
{
+ debugLogA("CSteamProto::SetStatus: from %i to %i", m_iStatus, new_status);
+
if (new_status == m_iDesiredStatus)
return 0;