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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user