浏览代码

!10247 Minor log change to fix a tester's ticket

From: @lixiachen
Reviewed-by: @heleiwang,@pandoublefeng,@liucunwei
Signed-off-by: @liucunwei
tags/v1.1.0
mindspore-ci-bot Gitee 5 年前
父节点
当前提交
f744a6ad85
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mindspore/ccsrc/minddata/dataset/engine/cache/cache_main.cc

+ 1
- 1
mindspore/ccsrc/minddata/dataset/engine/cache/cache_main.cc 查看文件

@@ -118,7 +118,7 @@ ds::Status StartServer(int argc, char **argv) {
}

// Dump the summary
MS_LOG(INFO) << "Cache server has started successfully and is listening on port " << port << std::endl;
MS_LOG(WARNING) << "Cache server has started successfully and is listening on port " << port << std::endl;
MS_LOG(WARNING) << "Logging services started with log level: " << argv[5];
MS_LOG(WARNING) << builder << std::endl;
// Create the instance with some sanity checks built in


正在加载...
取消
保存