From 0091a6aa406fc09fbaa354135d218b80e9631d38 Mon Sep 17 00:00:00 2001 From: huangh Date: Fri, 12 Apr 2013 19:35:21 +0000 Subject: Fri Apr 12 19:30:05 UTC 2013 Huang-Ming Huang --- ACE/tests/Log_Msg_Test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ACE/tests/Log_Msg_Test.cpp') 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. -- cgit v1.2.1