summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-24 17:06:36 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-24 17:06:36 +0000
commitb42deb3fa10064a3449afca334e45d418b880c0c (patch)
treebca6ae96d8a0b5718cf79274d9b3565333ce1908
parentc50090dd05f73496865181202304d6b614804985 (diff)
downloadATCD-b42deb3fa10064a3449afca334e45d418b880c0c.tar.gz
ChangeLogTag: Fri Aug 24 12:05:25 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog_Reactor_Deadlock4
-rw-r--r--ace/Timer_Queue_T.cpp5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog_Reactor_Deadlock b/ChangeLog_Reactor_Deadlock
index b87fa48c058..78edfebd083 100644
--- a/ChangeLog_Reactor_Deadlock
+++ b/ChangeLog_Reactor_Deadlock
@@ -1,3 +1,7 @@
+Fri Aug 24 12:05:25 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Timer_Queue_T.cpp: Removed some vague debug statements.
+
Fri Aug 24 11:34:11 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Timer_Queue_T.h:
diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp
index 8a34ef2af3a..7aab05bf36a 100644
--- a/ace/Timer_Queue_T.cpp
+++ b/ace/Timer_Queue_T.cpp
@@ -303,15 +303,10 @@ ACE_Event_Handler_Handle_Timeout_Upcall<ACE_LOCK>::timeout (ACE_Timer_Queue_T<AC
const void *act,
const ACE_Time_Value &cur_time)
{
- ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) Sambavi ... \n"));
-
// Upcall to the <handler>s handle_timeout method.
if (handler->handle_timeout (cur_time, act) == -1)
timer_queue.cancel (handler, 0); // 0 means "call handle_close()".
- ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) Sambavi ... 1\n"));
return 0;
}