libpurple/protocols/gg/status.c

changeset 34419
8446175c6c08
parent 34409
198c6f5c19ca
child 34423
637fc4614dcc
--- a/libpurple/protocols/gg/status.c	Wed Feb 06 13:39:48 2013 +0100
+++ b/libpurple/protocols/gg/status.c	Tue Mar 12 06:50:22 2013 +0100
@@ -439,7 +439,7 @@
 			"own status changed to %s [%s]\n",
 			purple_status, status_message ? status_message : "");
 	}
-	else
+	else if (purple_debug_is_verbose())
 	{
 		purple_debug_misc("gg", "ggp_status_got_others_buddy: "
 			"status of %u changed to %s [%s]\n", uin,

mercurial