提交 712a69e2 编写于 作者: S storypku 提交者: Liu Jiaming

Cyber: print config file name for scheduler if not found

上级 5dfaaf8d
......@@ -60,7 +60,8 @@ Scheduler* Instance() {
if (PathExists(cfg_file) && GetProtoFromFile(cfg_file, &cfg)) {
policy = cfg.scheduler_conf().policy();
} else {
AWARN << "No sched conf found, use default conf.";
AWARN << "Scheduler conf named " << cfg_file
<< " not found, use default.";
}
if (!policy.compare("classic")) {
obj = new SchedulerClassic();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册