summaryrefslogtreecommitdiff
path: root/tests/Priority_Reactor_Test.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 01:28:25 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 01:28:25 +0000
commitfdc11cad8487696c3b49b0af278c7f13a553a1f9 (patch)
treea788e6a6d9b6946269bdb3d417bd99509d671f96 /tests/Priority_Reactor_Test.cpp
parent4f3b89a385478385e52972695a1b2858eeb5ff76 (diff)
downloadATCD-fdc11cad8487696c3b49b0af278c7f13a553a1f9.tar.gz
ChangeLogTag:Tue Oct 14 20:27:28 1997 Carlos O'Ryan <coryan@swarm.cs.wustl.edu>
Diffstat (limited to 'tests/Priority_Reactor_Test.cpp')
-rw-r--r--tests/Priority_Reactor_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Priority_Reactor_Test.cpp b/tests/Priority_Reactor_Test.cpp
index 9c191254b54..9e6867d9cc8 100644
--- a/tests/Priority_Reactor_Test.cpp
+++ b/tests/Priority_Reactor_Test.cpp
@@ -104,6 +104,8 @@ Read_Handler::handle_input (ACE_HANDLE h)
waiting_--;
if (waiting_ == 0)
{
+ ACE_DEBUG ((LM_DEBUG,
+ "last svc_handler closed, shutting down"));
ACE_Reactor::instance()->end_event_loop();
}