降低webrtc握手未结束,数据先到的日志等级

This commit is contained in:
linshangqiang 2024-03-12 16:35:16 +08:00
parent 1e39594335
commit e2939aebdb
1 changed files with 1 additions and 2 deletions

View File

@ -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;
} }