pidgin/pidgindebug.c

changeset 40765
a5381c20e802
parent 40576
9616360d5943
child 41012
eafb65ed8c24
equal deleted inserted replaced
40763:502c78a7f11f 40765:a5381c20e802
737 } else { 737 } else {
738 g_string_append(category, "Unknown"); 738 g_string_append(category, "Unknown");
739 level = PURPLE_DEBUG_MISC; 739 level = PURPLE_DEBUG_MISC;
740 } 740 }
741 741
742 purple_debug(level, category->str, "%s\n", msg); 742 purple_debug(level, category->str, "%s", msg);
743 g_string_free(category, TRUE); 743 g_string_free(category, TRUE);
744 } 744 }
745 745
746 static void 746 static void
747 pidgin_debug_ui_init(PidginDebugUi *self) 747 pidgin_debug_ui_init(PidginDebugUi *self)

mercurial