diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-06-26 14:50:44 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-06-26 14:50:44 +0000 |
| commit | 90dd06a3b6ecb3ada5bbfcc67ddc378de8884594 (patch) | |
| tree | e44527d4cfce138613e3a10bcccfb50aa059cc89 /cpp/src/tests/logging.cpp | |
| parent | 6669f066a00db9f8c1cf0003e4d74af476b3a6f4 (diff) | |
| download | qpid-python-90dd06a3b6ecb3ada5bbfcc67ddc378de8884594.tar.gz | |
QPID-3902 force [Test] log category into test instance
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1354040 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 c408141d6f..a29714c002 100644 --- a/cpp/src/tests/logging.cpp +++ b/cpp/src/tests/logging.cpp @@ -375,7 +375,7 @@ QPID_AUTO_TEST_CASE(testQuoteNonPrintable) { char s[] = "null\0tab\tspace newline\nret\r\x80\x99\xff"; string str(s, sizeof(s)); - QPID_LOG(critical, str); + QPID_LOG_CAT(critical, test, str); ifstream log("logging.tmp"); string line; getline(log, line, '\0'); |
