diff options
author | Steve Huston <shuston@riverace.com> | 1999-01-22 22:21:03 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-01-22 22:21:03 +0000 |
commit | 352c20da9a2671beb85bd3dd9de139b60135f65a (patch) | |
tree | 6a75033991b5d2ce9a8387bd7ded1885a496e6d7 /ace/Select_Reactor_T.cpp | |
parent | 058cca505553cc8b5e9591317d516ef7521f6593 (diff) | |
download | ATCD-352c20da9a2671beb85bd3dd9de139b60135f65a.tar.gz |
Corrected ACE_TRACE message in any_ready().
Diffstat (limited to 'ace/Select_Reactor_T.cpp')
-rw-r--r-- | ace/Select_Reactor_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Select_Reactor_T.cpp b/ace/Select_Reactor_T.cpp index 37411698260..3c572e06f8b 100644 --- a/ace/Select_Reactor_T.cpp +++ b/ace/Select_Reactor_T.cpp @@ -36,7 +36,7 @@ ACE_RCSID(ace, Select_Reactor_T, "$Id$") ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::any_ready (ACE_Select_Reactor_Handle_Set &wait_set) { - ACE_TRACE ("ACE_Select_Reactor_T::fill_in_ready"); + ACE_TRACE ("ACE_Select_Reactor_T::any_ready"); #if !defined (ACE_WIN32) // Make this call signal safe. |