提交 b1d2d1ef authored 作者: blu's avatar blu

upload video files

上级 18b1986f
......@@ -90,8 +90,8 @@ private:
}
}
catch(exception &e) {
spdlog::error("evmgr {} exception on init() for: {}, retrying load configuration...", devSn, e.what());
this_thread::sleep_for(chrono::seconds(3));
spdlog::error("evmgr {} exception on init() for: {}. abort booting up.", devSn, e.what());
exit(1);
}
spdlog::info("evmgr {} successfuly inited", devSn);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论