Fix a verbose non-error

This commit is contained in:
Guillaume BIENKOWSKI 2014-11-04 17:16:40 +01:00
parent 91122e11da
commit c63bf0ee9e

View file

@ -117,8 +117,9 @@ void linphone_core_set_payload_type_bitrate(LinphoneCore *lc, LinphonePayloadTyp
ms_error("Cannot set an explicit bitrate for codec %s/%i, because it is not VBR.",pt->mime_type,pt->clock_rate);
return;
}
} else {
ms_error("linphone_core_set_payload_type_bitrate() payload type not in audio or video list !");
}
ms_error("linphone_core_set_payload_type_bitrate() payload type not in audio or video list !");
}