From 259c0326b1595e73eb8ebe94dbb0c9accb528dfb Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Wed, 1 May 2013 19:52:44 +0000 Subject: 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 --- cpp/src/qpid/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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) -- cgit v1.2.1