summaryrefslogtreecommitdiff
path: root/ACE/tests/Log_Msg_Test.cpp
diff options
context:
space:
mode:
authorhuangh <huangh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-04-12 19:35:21 +0000
committerhuangh <huangh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-04-12 19:35:21 +0000
commit0091a6aa406fc09fbaa354135d218b80e9631d38 (patch)
tree66a2f2010bf1abe52ba57cc9504e214baf08d085 /ACE/tests/Log_Msg_Test.cpp
parent443226baf25801df4321d4a86f62a30a2c38726d (diff)
downloadATCD-0091a6aa406fc09fbaa354135d218b80e9631d38.tar.gz
Fri Apr 12 19:30:05 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>
Diffstat (limited to 'ACE/tests/Log_Msg_Test.cpp')
-rw-r--r--ACE/tests/Log_Msg_Test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/tests/Log_Msg_Test.cpp b/ACE/tests/Log_Msg_Test.cpp
index 40a6a1fc589..6048d6bd1e8 100644
--- a/ACE/tests/Log_Msg_Test.cpp
+++ b/ACE/tests/Log_Msg_Test.cpp
@@ -243,8 +243,7 @@ test_log_msg_features (const ACE_TCHAR *program)
big[ACE_Log_Record::MAXLOGMSGLEN] = ACE_TEXT ('\0');
ACE_DEBUG ((LM_INFO, ACE_TEXT ("This is too big: %s\n"), big));
- ACE_DEBUG ((LM_INFO, ACE_TEXT ("******\n")));
- ACE_HEX_DUMP((LM_INFO, big, ACE_Log_Record::MAXLOGMSGLEN ));
+ ACE_HEX_DUMP((LM_INFO, (const char*)big, ACE_Log_Record::MAXLOGMSGLEN ));
// Exercise many different combinations of OSTREAM.