diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-05-01 19:52:44 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-05-01 19:52:44 +0000 |
| commit | 8c7c5e046389f9c346162855489c2d7b5162cd54 (patch) | |
| tree | 11baed55c84f99d1fc9b2011d5ea0f2396d684fc /qpid/cpp/src | |
| parent | 51b07fcb56d6f0a2378490d51ab58bb848dec354 (diff) | |
| download | qpid-python-8c7c5e046389f9c346162855489c2d7b5162cd54.tar.gz | |
QPID-4801: Changed the log message to be of type DEBUG.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/Options.cpp b/qpid/cpp/src/qpid/Options.cpp index ce96c3fee0..98aa0fee07 100644 --- a/qpid/cpp/src/qpid/Options.cpp +++ b/qpid/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) |
