mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
Set invalid flag message from fatal to warning (retrofit of commit 40b085)
This commit is contained in:
parent
b345fbbe10
commit
d6b37286e1
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ LinphoneLogLevel _bctbx_log_level_to_linphone_log_level(BctbxLogLevel level) {
|
|||
if (response != tmap.cend()) {
|
||||
return response->first;
|
||||
} else {
|
||||
ms_fatal("%s(): invalid argurement [%d]", __FUNCTION__, level);
|
||||
ms_warning("%s(): invalid argurement [%d]", __FUNCTION__, level);
|
||||
return LinphoneLogLevelDebug;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue