Browse Source

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

GitOrigin-RevId: d33cfd543d
release-1.1
Megvii Engine Team 4 years ago
parent
commit
9dc5538692
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core/impl/system.cpp

+ 1
- 1
src/core/impl/system.cpp View File

@@ -488,7 +488,7 @@ class TimedFuncInvokerImpl final: public TimedFuncInvoker {
return iter->second.direct_call(param);

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");
return iter->second.direct_call(param);
}


Loading…
Cancel
Save