Modify the warning message when not enabling RDR

This commit is contained in:
wangjunbao 2021-06-22 16:01:49 +08:00
parent 62e5e5bdb5
commit 2367337c2e
1 changed files with 1 additions and 1 deletions

View File

@ -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_) {