diff options
Diffstat (limited to 'ACE/ace/TP_Reactor.cpp')
-rw-r--r-- | ACE/ace/TP_Reactor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/TP_Reactor.cpp b/ACE/ace/TP_Reactor.cpp index f0df1119550..ea1988a4d42 100644 --- a/ACE/ace/TP_Reactor.cpp +++ b/ACE/ace/TP_Reactor.cpp @@ -657,7 +657,7 @@ ACE_TP_Reactor::notify_handle (ACE_HANDLE, { ACE_ERROR ((LM_ERROR, ACE_TEXT ("ACE_TP_Reactor::notify_handle: ") - ACE_TEXT ("Wrong version of notify_handle() got called \n"))); + ACE_TEXT ("Wrong version of notify_handle() got called\n"))); ACE_ASSERT (eh == 0); ACE_UNUSED_ARG (eh); |