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 | 6c5f69a0e6e62fc220f3b4198dad1f202552e2ad (patch) | |
| tree | 80b6a3ff24a6fe91adc36f3e83044ee44b00ac5a /cpp/src/tests/TestOptions.h | |
| parent | 1322ce3cf402f3bb74c2a411dcbdfd3779ed6d3b (diff) | |
| download | qpid-python-6c5f69a0e6e62fc220f3b4198dad1f202552e2ad.tar.gz | |
Added --syslog-name, --syslog-facility options.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@662558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/TestOptions.h')
| -rw-r--r-- | cpp/src/tests/TestOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/TestOptions.h b/cpp/src/tests/TestOptions.h index b34acaec4e..3013ffa773 100644 --- a/cpp/src/tests/TestOptions.h +++ b/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; |
