summaryrefslogtreecommitdiff
path: root/tests/Priority_Reactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Priority_Reactor_Test.cpp')
-rw-r--r--tests/Priority_Reactor_Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Priority_Reactor_Test.cpp b/tests/Priority_Reactor_Test.cpp
index 9e2a3692a36..bb1cf5a4614 100644
--- a/tests/Priority_Reactor_Test.cpp
+++ b/tests/Priority_Reactor_Test.cpp
@@ -253,8 +253,9 @@ main (int argc, char *argv[])
}
// Manage memory automagically.
- auto_ptr<ACE_Select_Reactor> impl;
+ // Note: This ordering is very subtle...
auto_ptr<ACE_Reactor> reactor;
+ auto_ptr<ACE_Select_Reactor> impl;
if (opt_priority_reactor)
{
@@ -332,7 +333,7 @@ main (int argc, char *argv[])
{
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) running out of time, "
- "probably due to failed connections."));
+ "probably due to failed connections.\n"));
}
ACE_DEBUG ((LM_DEBUG, "(%P|%t) waiting for the children...\n"));