/pidgin/main: 612658031317: Gadu-Gadu: add missing verbose block

Tomasz Wasilczyk twasilczyk at pidgin.im
Sun Apr 13 18:06:38 EDT 2014


Changeset: 6126580313176a1740d7249e8c34d0fa6b4ec648
Author:	 Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date:	 2014-04-14 00:06 +0200
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/612658031317

Description:

Gadu-Gadu: add missing verbose block

diffstat:

 libpurple/protocols/gg/message-prpl.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (15 lines):

diff --git a/libpurple/protocols/gg/message-prpl.c b/libpurple/protocols/gg/message-prpl.c
--- a/libpurple/protocols/gg/message-prpl.c
+++ b/libpurple/protocols/gg/message-prpl.c
@@ -630,9 +630,8 @@ gchar * ggp_message_format_to_gg(PurpleC
 	text_new = ggp_strjoin_list("", rt);
 	g_list_free_full(rt, g_free);
 
-	/* TODO: verbose
-	 * purple_debug_info("gg", "reformatted text: [%s]\n", text_new);
-	 */
+	if (purple_debug_is_verbose())
+		purple_debug_info("gg", "reformatted text: [%s]", text_new);
 
 	return text_new;
 }



More information about the Commits mailing list