summaryrefslogtreecommitdiff
path: root/ACE/tests/Reactor_Notification_Queue_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-09-30 19:45:05 +0000
committerSteve Huston <shuston@riverace.com>2006-09-30 19:45:05 +0000
commitd07cdb6a720a74676363f3c5108ac316d4c73151 (patch)
tree44e82d98776ba30e07fda9f78830bd9d94783658 /ACE/tests/Reactor_Notification_Queue_Test.cpp
parentbed92399b63e2358b7b01657ff1f3eddbc5ef2d1 (diff)
downloadATCD-d07cdb6a720a74676363f3c5108ac316d4c73151.tar.gz
ChangeLogTag:Sat Sep 30 14:00:33 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/tests/Reactor_Notification_Queue_Test.cpp')
-rw-r--r--ACE/tests/Reactor_Notification_Queue_Test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/tests/Reactor_Notification_Queue_Test.cpp b/ACE/tests/Reactor_Notification_Queue_Test.cpp
index 26dfb59e426..a29ab26769c 100644
--- a/ACE/tests/Reactor_Notification_Queue_Test.cpp
+++ b/ACE/tests/Reactor_Notification_Queue_Test.cpp
@@ -162,7 +162,7 @@ Event_Handler::run (void)
if(!done())
{
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("Test %s failed due to timeout ")
+ ACE_TEXT ("Test %C failed due to timeout ")
ACE_TEXT (" sent=%d,recv=%d \n"),
test_name_,
notifications_sent_,
@@ -171,7 +171,7 @@ Event_Handler::run (void)
else
{
ACE_DEBUG ((LM_INFO,
- ACE_TEXT ("Test %s passed sent=%d, recv=%d\n"),
+ ACE_TEXT ("Test %C passed sent=%d, recv=%d\n"),
test_name_,
notifications_sent_,
notifications_recv_));
@@ -202,7 +202,7 @@ Event_Handler::send_notifications (void)
if(reactor()->notify (this) == -1)
{
ACE_ERROR((LM_ERROR,
- ACE_TEXT ("Cannot send notifications in %s test (%d/%d)\n"),
+ ACE_TEXT ("Cannot send notifications in %C test (%d/%d)\n"),
test_name_, i, notifications_curr_));
return;
}
@@ -210,7 +210,7 @@ Event_Handler::send_notifications (void)
++notifications_sent_;
}
// ACE_ERROR((LM_ERROR,
- // "Started iteration with %d notify() calls in test %s\n",
+ // "Started iteration with %d notify() calls in test %C\n",
// notifications_curr_, test_name_));
notifications_curr_ *= 2;
}