pidgin/plugins/gestures/stroke-draw.c

changeset 40765
a5381c20e802
parent 40669
48dfed6f4f1f
child 41086
631e6cba8635
--- a/pidgin/plugins/gestures/stroke-draw.c	Fri Feb 12 02:16:44 2021 -0600
+++ b/pidgin/plugins/gestures/stroke-draw.c	Fri Feb 12 18:37:00 2021 -0600
@@ -301,7 +301,7 @@
     (GHashTable*)g_object_get_data(G_OBJECT(widget), GSTROKE_SIGNALS);
 
 #if 0
-  purple_debug(PURPLE_DEBUG_MISC, "gestures", "gstroke %s\n", name);
+  purple_debug_misc("gestures", "gstroke %s", name);
 #endif
 
   if (hash_table)

mercurial