Use purple_debug_info on unknown irc messages

Review Request #1895 — Created Oct. 6, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

Previously, this was using purple_debug_error which maps to g_critical and makes
it annoying to run with G_DEBUG=fatal-warnings when connecting an IRC account.

ran via G_DEBUG=fatal-warnings gdb pidgin3 from a devenv and verified pidgin3 didn't get paused when connecting to libera when it got PRIVMSG's to * which was triggering the previous pause in gdb.

Commits

Files

    Loading...