mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-19 01:51:46 +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:
parent
5a4fc20c6f
commit
cfd0dc6e08
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue