Set invalid flag message from fatal to warning (retrofit of commit 40b085)

This commit is contained in:
Mickaël Turnel 2018-04-10 11:03:17 +02:00
parent b345fbbe10
commit d6b37286e1

View file

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