summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-21 04:51:30 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-21 04:51:30 +0000
commitc50ad51de73436522a027d2fb7eda31727c01024 (patch)
treedd8ad2d7af9f66e7b299bc9b09b7a93ea1f03c0c
parent7dbb8d1e451cc2865f95cf58c9fa0b0d27d382a7 (diff)
downloadATCD-c50ad51de73436522a027d2fb7eda31727c01024.tar.gz
*** empty log message ***
-rw-r--r--ace/Proactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp
index 60d6528cf21..b056938c645 100644
--- a/ace/Proactor.cpp
+++ b/ace/Proactor.cpp
@@ -166,7 +166,7 @@ ACE_Proactor_Handle_Timeout_Upcall::timeout (TIMER_QUEUE &timer_queue,
if (this->proactor_->post_completion (asynch_timer) == -1)
ACE_ERROR_RETURN ((LM_ERROR,
ASYS_TEXT ("Failure in dealing with timers: ")
- ASYS_TEXT ("PostQueuedCompletionStatus failed\n"),
+ ASYS_TEXT ("PostQueuedCompletionStatus failed\n")),
-1);
return 0;
}