--- a/libpurple/protocols/gg/libgaduw.c Tue Oct 12 00:50:59 2021 -0500 +++ b/libpurple/protocols/gg/libgaduw.c Tue Oct 12 02:38:12 2021 -0500 @@ -91,9 +91,9 @@ ret = vsnprintf(msgbuff, sizeof(msgbuff) / sizeof(char), format, args); if (ret <= 0) { - purple_debug_fatal("gg", + purple_debug_error("gg", "failed to printf the following message: %s", - format ? format : "(null)\n"); + format ? format : "(null)"); return; }