diff --git a/plugins/sip/calls-sip-account-widget.c b/plugins/sip/calls-sip-account-widget.c index c04e3e8..f774dda 100644 --- a/plugins/sip/calls-sip-account-widget.c +++ b/plugins/sip/calls-sip-account-widget.c @@ -287,7 +287,7 @@ find_protocol (CallsSipAccountWidget *self, } } - g_debug ("Could not find protocol '%s'", protocol); + g_warning ("Could not find protocol '%s'", protocol); return FALSE; }