MES消息增加error图标,减淡边框

This commit is contained in:
MrZ626
2021-06-13 22:02:29 +08:00
parent 0ee460b679
commit 369891ba54
6 changed files with 23 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ local function pumpStream(d)
if res then
DATA.pumpRecording(stream,P.stream)
else
MES.new('warn',"Bad stream from "..P.username.."#"..P.uid,.2)
MES.new('error',"Bad stream from "..P.username.."#"..P.uid,.2)
end
break
end