From 29d4864ca3a106d5c5014362d0583441f7f6547a Mon Sep 17 00:00:00 2001 From: xulei Date: Wed, 21 Dec 2022 16:42:01 +0800 Subject: [PATCH] change warning log to debug --- .../plugin/device/ascend/hal/device/ascend_device_address.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ccsrc/plugin/device/ascend/hal/device/ascend_device_address.cc b/mindspore/ccsrc/plugin/device/ascend/hal/device/ascend_device_address.cc index c51f3677688..1e8efeed641 100644 --- a/mindspore/ccsrc/plugin/device/ascend/hal/device/ascend_device_address.cc +++ b/mindspore/ccsrc/plugin/device/ascend/hal/device/ascend_device_address.cc @@ -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."; } }