mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
完善日志
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
Block a user