/cpw/tomkiewicz/gg11: 4cd405ea5566: Gadu-Gadu: make use of GG_DE...
Tomasz Wasilczyk
tomkiewicz at cpw.pidgin.im
Wed Jan 2 16:13:19 EST 2013
Changeset: 4cd405ea5566df8fe4b4f3f573a12423b366a3a2
Author: Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date: 2013-01-02 22:13 +0100
Branch: default
URL: http://hg.pidgin.im/cpw/tomkiewicz/gg11/rev/4cd405ea5566
Description:
Gadu-Gadu: make use of GG_DEBUG_VERBOSE
diffstat:
libpurple/protocols/gg/libgaduw.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff --git a/libpurple/protocols/gg/libgaduw.c b/libpurple/protocols/gg/libgaduw.c
--- a/libpurple/protocols/gg/libgaduw.c
+++ b/libpurple/protocols/gg/libgaduw.c
@@ -72,7 +72,8 @@ static void ggp_libgaduw_debug_handler(i
char *msg;
if ((level & GG_DEBUG_NET) ||
- (level & GG_DEBUG_FUNCTION)) {
+ (level & GG_DEBUG_FUNCTION) ||
+ (level & GG_DEBUG_VERBOSE)) {
if (!purple_debug_is_verbose())
return;
}
More information about the Commits
mailing list