| 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) |