libpurple/protocols/gg/chat.c

changeset 41091
fa2d6b0a4912
parent 41028
943b2cb45314
child 41349
15aeaa1e84ec
--- 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);
 	}
 }
 

mercurial