diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2014-01-03 18:54:46 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2014-01-03 18:54:46 +0000 |
| commit | 87626cb7c371957e485ddef2e944adddf9c58637 (patch) | |
| tree | bbe7bf09ee99de6e74e7b30181d00612d10c5147 /cpp/src/qpid/log/Logger.cpp | |
| parent | 080e478121f6f7102b86b57ce68dbaa631256057 (diff) | |
| download | qpid-python-87626cb7c371957e485ddef2e944adddf9c58637.tar.gz | |
QPID-5415: Implement control of internal log output in qpid::messaging API
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1555202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/log/Logger.cpp')
| -rw-r--r-- | cpp/src/qpid/log/Logger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/log/Logger.cpp b/cpp/src/qpid/log/Logger.cpp index 8242acc87e..8dd970c3b9 100644 --- a/cpp/src/qpid/log/Logger.cpp +++ b/cpp/src/qpid/log/Logger.cpp @@ -68,7 +68,7 @@ Logger::Logger() : flags(0) { // Initialize myself from env variables so all programs // (e.g. tests) can use logging even if they don't parse // command line args. - Options opts(""); + Options opts; opts.parse(0, 0); configure(opts); } |
