提交 9dc55386 编写于 作者: M Megvii Engine Team

fix(mgb): update fastrun log level when not set timeout

GitOrigin-RevId: d33cfd543d5bb4d1da4fd114fc4ef54eff7bafbe
上级 0075e6ac
...@@ -488,7 +488,7 @@ class TimedFuncInvokerImpl final: public TimedFuncInvoker { ...@@ -488,7 +488,7 @@ class TimedFuncInvokerImpl final: public TimedFuncInvoker {
return iter->second.direct_call(param); return iter->second.direct_call(param);
if (!m_fork_exec_impl) { if (!m_fork_exec_impl) {
mgb_log_error("timeout is set, but no fork_exec_impl not given; " mgb_log_warn("timeout is set, but no fork_exec_impl not given; "
"timeout would be ignored"); "timeout would be ignored");
return iter->second.direct_call(param); return iter->second.direct_call(param);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册