Author: chug
Date: Tue Jun 26 14:50:44 2012
New Revision: 1354040
URL: http://svn.apache.org/viewvc?rev=1354040&view=rev
Log:
QPID-3902 force [Test] log category into test instance
Modified:
qpid/trunk/qpid/cpp/src/tests/logging.cpp
Modified: qpid/trunk/qpid/cpp/src/tests/logging.cpp
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/logging.cpp?rev=1354040&r1=1354039&r2=1354040&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/logging.cpp (original)
+++ qpid/trunk/qpid/cpp/src/tests/logging.cpp Tue Jun 26 14:50:44 2012
@@ -375,7 +375,7 @@ QPID_AUTO_TEST_CASE(testQuoteNonPrintabl
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');
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]