summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2012-06-26 14:50:44 +0000
committerCharles E. Rolke <chug@apache.org>2012-06-26 14:50:44 +0000
commit9cd82568a2316492954d88957b6274a4e772b10f (patch)
treee44527d4cfce138613e3a10bcccfb50aa059cc89 /cpp/src
parentc62a99d6b5490cbd2fd7e1842e22a12504791c48 (diff)
downloadqpid-python-9cd82568a2316492954d88957b6274a4e772b10f.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')
-rw-r--r--cpp/src/tests/logging.cpp2
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');