!32248 Refine log level for retrying connecting to scheduler fail.

Merge pull request !32248 from zyli2020/master
This commit is contained in:
i-robot 2022-03-30 04:23:14 +00:00 committed by Gitee
commit 77cd42e579
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ bool AbstractPSNode::HandleHeartbeatTimeout() {
StartHeartbeatTimer();
break;
} else {
MS_LOG(ERROR) << "Failed to establish connection to the scheduler.";
MS_LOG(WARNING) << "Failed to establish connection to the scheduler.";
}
}
});