diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-10 04:36:54 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-10 04:36:54 +0000 |
commit | a4481b36a444100148f190f8684194d0553e149d (patch) | |
tree | 2675f9156fc46edf993a9cca4e80a82d94ae52a4 /tests/Reactors_Test.cpp | |
parent | 67b4fd7d9586a020b5395516fe517ec416da5fed (diff) | |
download | ATCD-a4481b36a444100148f190f8684194d0553e149d.tar.gz |
changed Log_Priority of "not supported" messages to LM_INFO
Diffstat (limited to 'tests/Reactors_Test.cpp')
-rw-r--r-- | tests/Reactors_Test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Reactors_Test.cpp b/tests/Reactors_Test.cpp index 69a30e1ac3d..457ab3ae234 100644 --- a/tests/Reactors_Test.cpp +++ b/tests/Reactors_Test.cpp @@ -93,7 +93,7 @@ Test_Task::~Test_Task (void) int Test_Task::open (void *args) { - this->reactor (ACE_reinterpret_cast (ACE_Reactor *, + this->reactor (ACE_reinterpret_cast (ACE_Reactor *, args)); return this->activate (THR_NEW_LWP); } @@ -173,7 +173,7 @@ Test_Task::handle_input (ACE_HANDLE) static void * worker (void *args) { - ACE_Reactor *reactor = ACE_reinterpret_cast (ACE_Reactor *, + ACE_Reactor *reactor = ACE_reinterpret_cast (ACE_Reactor *, args); // Make this thread the owner of the Reactor's event loop. @@ -262,7 +262,7 @@ main (int, ASYS_TCHAR *[]) ASYS_TEXT ("(%t) all threads are finished \n"))); #else - ACE_ERROR ((LM_ERROR, + ACE_ERROR ((LM_INFO, ASYS_TEXT ("threads not supported on this platform\n"))); #endif /* ACE_HAS_THREADS */ ACE_END_TEST; |