--- a/libpurple/server.c Fri Feb 12 02:16:44 2021 -0600 +++ b/libpurple/server.c Fri Feb 12 18:37:00 2021 -0600 @@ -827,8 +827,8 @@ if (!chat) return; - purple_debug(PURPLE_DEBUG_INFO, "server", "Leaving room: %s\n", - purple_conversation_get_name(PURPLE_CONVERSATION(chat))); + purple_debug_info("server", "Leaving room: %s", + purple_conversation_get_name(PURPLE_CONVERSATION(chat))); _purple_connection_remove_active_chat(g, chat);