From 39492f39ace0b10ff2ee6c9d61c22f2ac7d4a839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 15 Feb 2015 10:23:58 +0000 Subject: Facebook: Cleanup logging a bit, don't log that much personal info, make it much smaller size Remove useless stuff (like cookies or status changes), don't log personal like message texts (there is still some personal info like user name etc.), and some other changes... git-svn-id: http://svn.miranda-ng.org/main/trunk@12118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/chat.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'protocols/FacebookRM/src/chat.cpp') diff --git a/protocols/FacebookRM/src/chat.cpp b/protocols/FacebookRM/src/chat.cpp index 477ea81355..e516b6aec7 100644 --- a/protocols/FacebookRM/src/chat.cpp +++ b/protocols/FacebookRM/src/chat.cpp @@ -86,7 +86,7 @@ int FacebookProto::OnGCEvent(WPARAM, LPARAM lParam) std::string chat_id = _T2A(hook->pDest->ptszID, CP_UTF8); if (isOnline()) { - debugLogA("**Chat - Outgoing message: %s", msg.c_str()); + debugLogA(" > Chat - Outgoing message"); ForkThread(&FacebookProto::SendChatMsgWorker, new send_chat(chat_id, msg)); } @@ -227,8 +227,6 @@ char *FacebookProto::GetChatUsers(const TCHAR *chat_id) gci.pszID = chat_id; CallService(MS_GC_GETINFO, 0, (LPARAM)&gci); - debugLogA("**Chat - Users in chat %s: %s", _T2A(chat_id), gci.pszUsers); - // mir_free(gci.pszUsers); return gci.pszUsers; } -- cgit v1.2.3