diff -r 502c78a7f11f -r a5381c20e802 pidgin/pidgindebug.c --- a/pidgin/pidgindebug.c Fri Feb 12 02:16:44 2021 -0600 +++ b/pidgin/pidgindebug.c Fri Feb 12 18:37:00 2021 -0600 @@ -739,7 +739,7 @@ level = PURPLE_DEBUG_MISC; } - purple_debug(level, category->str, "%s\n", msg); + purple_debug(level, category->str, "%s", msg); g_string_free(category, TRUE); }