Use purple_debug_info on unknown irc messages
Review Request #1895 — Created Oct. 6, 2022 and submitted
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 verifiedpidgin3
didn't get paused when connecting to libera when it gotPRIVMSG
's to*
which was triggering the previous pause ingdb
.
Summary | ID |
---|---|
7fe4cbb1373b098a366d8ccaed6357180eeba2ba |