diff options
Diffstat (limited to 'performance-tests/TCP/tcp_test.cpp')
-rw-r--r-- | performance-tests/TCP/tcp_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/TCP/tcp_test.cpp b/performance-tests/TCP/tcp_test.cpp index 86222eea2fa..a52483bd681 100644 --- a/performance-tests/TCP/tcp_test.cpp +++ b/performance-tests/TCP/tcp_test.cpp @@ -405,8 +405,8 @@ thread_pool_worker (void *) { if (ACE_Reactor::instance ()->handle_events () == -1) ACE_ERROR ((LM_ERROR, - ASYS_TEXT ("(%t) %p\n"), - ASYS_TEXT ("Error handling events"))); + ACE_TEXT ("(%t) %p\n"), + ACE_TEXT ("Error handling events"))); } return 0; |