forked from mindspore-Ecosystem/mindspore
change warning log to debug
This commit is contained in:
parent
d6b0d4e36a
commit
29d4864ca3
|
@ -167,7 +167,7 @@ void AscendDeviceAddress::BindDevice() const {
|
|||
MS_LOG(WARNING) << "Bind device to current thread failed.";
|
||||
}
|
||||
} else {
|
||||
MS_LOG(WARNING) << "Device name is null.";
|
||||
MS_LOG(DEBUG) << "Device name is null.";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue