完善日志
This commit is contained in:
parent
87e1209d0a
commit
fb9eefca69
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue