change warning log to debug

This commit is contained in:
xulei 2022-12-21 16:42:01 +08:00
parent d6b0d4e36a
commit 29d4864ca3
1 changed files with 1 additions and 1 deletions

View File

@ -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.";
}
}