[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#764494: Info received (Login verification down or unavailable)



DOH! I forgot that this patch is also needed for the stricter flags:

--- old/src/mw_debug.c
+++ new/src/mw_debug.c
@@ -92,7 +92,7 @@ void mw_debug_datav(const guchar *buf, gsize len,
   }
   pretty_print(str, buf, len);
 
-  g_debug(str->str);
+  g_debug("%s", str->str);
   g_string_free(str, TRUE);
 }
 
@@ -149,7 +149,7 @@ void mw_mailme_datav(const guchar *buf, gsize len,
 
   g_string_append(str, MW_MAILME_CUT_STOP);
 
-  g_debug(str->str);
+  g_debug("%s", str->str);
   g_string_free(str, TRUE);
 
 #else

Reply to: