完善日志

This commit is contained in:
xiongziliang 2021-04-07 20:40:42 +08:00
parent 87e1209d0a
commit fb9eefca69

View File

@ -295,7 +295,7 @@ void WebRtcTransportImp::onDestory() {
GET_CONFIG(uint32_t, iFlowThreshold, General::kFlowThreshold);
if (_play_src) {
WarnP(_socket) << "RTC播放器("
WarnL << "RTC播放器("
<< _media_info._vhost << "/"
<< _media_info._app << "/"
<< _media_info._streamid
@ -306,7 +306,7 @@ void WebRtcTransportImp::onDestory() {
}
if (_push_src) {
WarnP(_socket) << "RTC推流器("
WarnL << "RTC推流器("
<< _media_info._vhost << "/"
<< _media_info._app << "/"
<< _media_info._streamid