From 94fa24ec096e8e5f828e7028100ec542144443c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 28 Oct 2015 08:31:52 +0000 Subject: GG: Don't do debug log in EV_PROTO_DBSETTINGSCHANGED method unless it's debug build git-svn-id: http://svn.miranda-ng.org/main/trunk@15630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/core.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Gadu-Gadu/src/core.cpp') diff --git a/protocols/Gadu-Gadu/src/core.cpp b/protocols/Gadu-Gadu/src/core.cpp index e9b7bb0e04..b97728c4a9 100644 --- a/protocols/Gadu-Gadu/src/core.cpp +++ b/protocols/Gadu-Gadu/src/core.cpp @@ -1327,7 +1327,9 @@ int GGPROTO::dbsettingchanged(WPARAM hContact, LPARAM lParam) DBCONTACTWRITESETTING *cws = (DBCONTACTWRITESETTING *) lParam; char *szProto = NULL; +#ifdef DEBUGMODE debugLogA("dbsettingchanged(): fired. szModule=%s szSetting=%s", cws->szModule, cws->szSetting); +#endif // Check if the contact is NULL or we are not online if (!isonline()) -- cgit v1.2.3