summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2015-05-16 18:19:13 -0400
committerSteve Huston <shuston@riverace.com>2015-05-16 18:19:13 -0400
commitbd5084bffc2940ce1155ee0ae0ccccc36efeaad6 (patch)
tree8017ab0be5b6b1ae07d4967fd686cdeb26fd3db7
parent1b7987cf5c72f63f8d6d4e41595cdee7160de8ef (diff)
downloadATCD-bd5084bffc2940ce1155ee0ae0ccccc36efeaad6.tar.gz
Adjust logging to help diagnose things
-rw-r--r--ACE/tests/Bug_2815_Regression_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Bug_2815_Regression_Test.cpp b/ACE/tests/Bug_2815_Regression_Test.cpp
index d10ad064fe7..d95281771a6 100644
--- a/ACE/tests/Bug_2815_Regression_Test.cpp
+++ b/ACE/tests/Bug_2815_Regression_Test.cpp
@@ -373,8 +373,8 @@ Driver::notify_handlers(
if(reactor()->notify (handlers[i]) == -1)
{
ACE_ERROR((LM_ERROR,
- ACE_TEXT ("Cannot send notifications in %C test (%d/%d)\n"),
- test_name_, i, notifications_curr_));
+ ACE_TEXT ("notify %d/%d in %C %p\n"),
+ i, notifications_curr_, test_name_, ACE_TEXT ("test")));
return;
}
handlers[i]->notification_queued();