diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-06-11 20:53:47 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-06-11 20:53:47 +0000 |
| commit | 186f26b48a0bd79dc0170f8c81c07d05bd9482ba (patch) | |
| tree | 29a57c9d8e29dd667aa320369a1fd0f73c3009b7 /cpp/src/tests/logging.cpp | |
| parent | aab38c8450d92956b72b58f4d422364856551637 (diff) | |
| download | qpid-python-186f26b48a0bd79dc0170f8c81c07d05bd9482ba.tar.gz | |
QPID-3902 C++ Broker add log categories
svn merge --reintegrate from branch qpid/branches/qpid-3902/qpid
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1349006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/logging.cpp')
| -rw-r--r-- | cpp/src/tests/logging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/logging.cpp b/cpp/src/tests/logging.cpp index 5d5bb1feef..47e601ed05 100644 --- a/cpp/src/tests/logging.cpp +++ b/cpp/src/tests/logging.cpp @@ -258,7 +258,7 @@ QPID_AUTO_TEST_CASE(testOverhead) { Statement statement( Level level, const char* file="", int line=0, const char* fn=0) { - Statement s={0, file, line, fn, level}; + Statement s={0, file, line, fn, level, ::qpid::log::unspecified}; return s; } |
