From 366c7cd60bf36b542736b45803b7e2f7b96b6d59 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 12 Nov 2013 09:59:19 +0000 Subject: Tue Nov 12 09:56:49 UTC 2013 Johnny Willemsen * ace/Log_Msg.cpp: Fixed logging of stack trace on Windows with wchar enabled * ace/Stack_Trace.h: Fixed incorrect log msg format mask * docs/bczar/bczar.html: Added package * tests/Proactor_Scatter_Gather_Test.cpp: * tests/Proactor_Test.cpp: * tests/Proactor_Test_IPV6.cpp: * tests/Proactor_Timer_Test.cpp: * tests/Proactor_UDP_Test.cpp: Added missing newline * tests/UUID_Test.cpp: * tests/Wild_Match_Test.cpp: Fixed logging in case of unicode --- ACE/tests/Proactor_Scatter_Gather_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/tests/Proactor_Scatter_Gather_Test.cpp') diff --git a/ACE/tests/Proactor_Scatter_Gather_Test.cpp b/ACE/tests/Proactor_Scatter_Gather_Test.cpp index 24ed7f5d075..09913ac3763 100644 --- a/ACE/tests/Proactor_Scatter_Gather_Test.cpp +++ b/ACE/tests/Proactor_Scatter_Gather_Test.cpp @@ -1482,7 +1482,7 @@ run_main (int, ACE_TCHAR *[]) ACE_DEBUG ((LM_INFO, ACE_TEXT ("Asynchronous Scatter/Gather IO is unsupported.\n") - ACE_TEXT ("Proactor_Scatter_Gather_Test will not be run."))); + ACE_TEXT ("Proactor_Scatter_Gather_Test will not be run.\n"))); ACE_END_TEST; -- cgit v1.2.1