From 52ee8edc372bb7ae47ccc64bb1e0754d5770c6b1 Mon Sep 17 00:00:00 2001 From: Lixia Chen Date: Sat, 19 Dec 2020 09:03:07 -0500 Subject: [PATCH] Minor log change --- mindspore/ccsrc/minddata/dataset/engine/cache/cache_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ccsrc/minddata/dataset/engine/cache/cache_main.cc b/mindspore/ccsrc/minddata/dataset/engine/cache/cache_main.cc index 7550d25799..04e5e93381 100644 --- a/mindspore/ccsrc/minddata/dataset/engine/cache/cache_main.cc +++ b/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