1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

sip: account-widget: Warn when trying to find unknown protocol

A warning is more suitable than a simple debug message as this would be
considered a programming error.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-05-09 17:46:52 +02:00
parent 5a4fc20c6f
commit cfd0dc6e08

View file

@ -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;
}