forked from huawei/mindspore2022
!32248 Refine log level for retrying connecting to scheduler fail.
Merge pull request !32248 from zyli2020/master
This commit is contained in:
commit
77cd42e579
|
|
@ -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.";
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue