Browse Source

!9483 change log level

From: @pandoublefeng
Reviewed-by: @heleiwang,@jonyguo
Signed-off-by: @jonyguo
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
edb145f8f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/minddata/dataset/util/task.cc

+ 1
- 1
mindspore/ccsrc/minddata/dataset/util/task.cc View File

@@ -140,7 +140,7 @@ Status Task::Join(WaitFlag blocking) {
// to interrupt everything one more time.
std::stringstream ss;
ss << get_id();
MS_LOG(ERROR) << MyName() << " Thread ID " << ss.str() << " is not responding. Interrupt again";
MS_LOG(WARNING) << MyName() << " Thread ID " << ss.str() << " is not responding. Interrupt again";
interrupt_svc->InterruptAll();
}
} else {


Loading…
Cancel
Save