fix compilation warning

This commit is contained in:
Jehan Monnier 2013-01-24 15:42:56 +01:00
parent f03502ec00
commit 54c81a8c28

View file

@ -40,6 +40,8 @@ void _belle_sip_log(belle_sip_log_level lev, const char *fmt, va_list args) {
case BELLE_SIP_LOG_DEBUG:
ortp_level=ORTP_DEBUG;
break;
default:
break;
}
if (ortp_log_level_enabled(ortp_level)){
ortp_logv(ortp_level,fmt,args);