summaryrefslogtreecommitdiff
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
commitab2a92e76dbda4392f8e44842cbc98db7088ad29 (patch)
treec8f96ca1395ebc4ddaa3693f088d0f545e5f7333
parent1d9c1c502d58bba1c28f042e668c98812fb56f35 (diff)
downloadqpid-python-ab2a92e76dbda4392f8e44842cbc98db7088ad29.tar.gz
QPID-3902 force [Test] log category into test instance
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1354040 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/tests/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/logging.cpp b/qpid/cpp/src/tests/logging.cpp
index c408141d6f..a29714c002 100644
--- a/qpid/cpp/src/tests/logging.cpp
+++ b/qpid/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');