--- a/libpurple/protocols/gg/chat.c Tue Oct 12 00:50:59 2021 -0500 +++ b/libpurple/protocols/gg/chat.c Tue Oct 12 02:38:12 2021 -0500 @@ -227,8 +227,8 @@ } else if (ev->type == GG_EVENT_CHAT_INVITE_ACK) { /* ignore */ } else { - purple_debug_fatal("gg", "ggp_chat_got_event: unexpected event " - "- %d\n", ev->type); + purple_debug_error("gg", "ggp_chat_got_event: unexpected event - %d", + ev->type); } }