forked from mindspore-Ecosystem/mindspore
Modify the warning message when not enabling RDR
This commit is contained in:
parent
62e5e5bdb5
commit
2367337c2e
|
@ -29,7 +29,7 @@ void RecorderManager::UpdateRdrEnable() {
|
|||
if (config_parser.HasRdrSetting()) {
|
||||
#ifdef __linux__
|
||||
if (!rdr_enable_) {
|
||||
MS_LOG(WARNING) << "Not enabling 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