summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/Options.cpp
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-05-01 19:52:44 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-05-01 19:52:44 +0000
commit8140a8b753107e003b832ec47ae012094563c748 (patch)
tree4232957964860f4eae4fc815251757c4fe0616d4 /cpp/src/qpid/Options.cpp
parent616de99919941b265f84b76d5c7754546d3bf0d7 (diff)
downloadqpid-python-8140a8b753107e003b832ec47ae012094563c748.tar.gz
QPID-4801: Changed the log message to be of type DEBUG.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/Options.cpp')
-rw-r--r--cpp/src/qpid/Options.cpp2
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)