This commit is contained in:
laodaming 2023-11-03 16:23:57 +08:00
parent 8b651e526f
commit 0a45391f7c

View File

@ -114,7 +114,7 @@ func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *a
if ws.conn != nil {
//发送错误信息给前端
ws.renderErrResponse(requestId, info.TemplateTag, info.TaskId, "unity云渲染错误:"+req.Msg, 0, 0, 0, 0, 0, 0, 0)
logx.Info("渲染失败且发送了失败信息")
logx.Info("渲染失败且发送了失败信息:", req.Msg)
} else {
logx.Info("渲染失败且找不到ws连接")
}