mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 23:57:37 +08:00
降低webrtc握手未结束,数据先到的日志等级 (#3368)
This commit is contained in:
@@ -741,8 +741,7 @@ namespace RTC
|
|||||||
|
|
||||||
if (!IsRunning())
|
if (!IsRunning())
|
||||||
{
|
{
|
||||||
MS_ERROR("cannot process data while not running");
|
MS_WARN_TAG(nullptr,"cannot process data while not running");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user