forked from huawei/mindspore2022
!18695 [Bug][MI]Optimize the prompt information when not enabling RDR
Merge pull request !18695 from wangjunbao/master
This commit is contained in:
commit
c2e03304ef
|
|
@ -29,8 +29,7 @@ void RecorderManager::UpdateRdrEnable() {
|
|||
if (config_parser.HasRdrSetting()) {
|
||||
#ifdef __linux__
|
||||
if (!rdr_enable_) {
|
||||
MS_LOG(WARNING) << "Please set the 'enable' as true using 'rdr' setting in file '" << config_parser.ConfigPath()
|
||||
<< "' if you want to use RDR.";
|
||||
MS_LOG(WARNING) << "Not enabling RDR. You can enable RDR through configuration file or environment variables.";
|
||||
}
|
||||
#else
|
||||
if (rdr_enable_) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue