summaryrefslogtreecommitdiff
path: root/ACE/tests/Proactor_UDP_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-11-12 09:59:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-11-12 09:59:19 +0000
commit366c7cd60bf36b542736b45803b7e2f7b96b6d59 (patch)
tree3c3505741c925413388cd434335d6c9b941253a1 /ACE/tests/Proactor_UDP_Test.cpp
parentaf54477eecf347771464faa234ee9fc111319145 (diff)
downloadATCD-366c7cd60bf36b542736b45803b7e2f7b96b6d59.tar.gz
Tue Nov 12 09:56:49 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* 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
Diffstat (limited to 'ACE/tests/Proactor_UDP_Test.cpp')
-rw-r--r--ACE/tests/Proactor_UDP_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Proactor_UDP_Test.cpp b/ACE/tests/Proactor_UDP_Test.cpp
index c880b687ca6..587737720ee 100644
--- a/ACE/tests/Proactor_UDP_Test.cpp
+++ b/ACE/tests/Proactor_UDP_Test.cpp
@@ -2204,7 +2204,7 @@ run_main (int, ACE_TCHAR *[])
ACE_DEBUG ((LM_INFO,
ACE_TEXT ("Threads or Asynchronous IO is unsupported.\n")
- ACE_TEXT ("Proactor_UDP_Test will not be run.")));
+ ACE_TEXT ("Proactor_UDP_Test will not be run.\n")));
ACE_END_TEST;