diff options
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/Options.cpp b/cpp/src/qpid/Options.cpp index ce96c3fee0..98aa0fee07 100644 --- a/cpp/src/qpid/Options.cpp +++ b/cpp/src/qpid/Options.cpp @@ -198,7 +198,7 @@ void Options::parse(int argc, char const* const* argv, const std::string& config } else { // log the inability to read the configuration file - QPID_LOG(warning, "Config file not read: " << configFile); + QPID_LOG(debug, "Config file not read: " << configFile); // No error if default configfile is missing/unreadable // but complain for non-default config file. if (configFile != defaultConfigFile) |
