diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-02 20:52:40 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-02 20:52:40 +0000 |
| commit | 9bba51589748250b79d1a39fc9789a226be55b50 (patch) | |
| tree | 14541141c4af1891d65e7b098c6b1e19dcc1652e /qpid/cpp/src/tests/TestOptions.h | |
| parent | 5e7c11ad14e6814a88074b5110383ca422db0465 (diff) | |
| download | qpid-python-9bba51589748250b79d1a39fc9789a226be55b50.tar.gz | |
Added --syslog-name, --syslog-facility options.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/TestOptions.h')
| -rw-r--r-- | qpid/cpp/src/tests/TestOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/TestOptions.h b/qpid/cpp/src/tests/TestOptions.h index b34acaec4e..3013ffa773 100644 --- a/qpid/cpp/src/tests/TestOptions.h +++ b/qpid/cpp/src/tests/TestOptions.h @@ -52,7 +52,7 @@ struct TestOptions : public qpid::Options msg << *this << std::endl << std::endl << e.what() << std::endl; throw qpid::Options::Exception(msg.str()); } - qpid::log::Logger::instance().configure(con.log, argv[0]); + qpid::log::Logger::instance().configure(con.log); if (help) { std::ostringstream msg; msg << *this << std::endl << std::endl << helpText << std::endl; |
