!10293 【MD】revise one log level of cache module

From: @magemoumou
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
This commit is contained in:
mindspore-ci-bot 2020-12-21 20:21:49 +08:00 committed by Gitee
commit 7273864945
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ Status CacheServer::DestroySession(CacheRequest *rq) {
// Finally remove the session itself
auto n = active_sessions_.erase(drop_session_id);
if (n > 0) {
MS_LOG(INFO) << "Session destroyed with id " << drop_session_id;
MS_LOG(WARNING) << "Session destroyed with id " << drop_session_id;
return Status::OK();
} else {
if (found) {