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 | fa92549b6af861a55459f38d767939554ef45e10 (patch) | |
tree | 2675f9156fc46edf993a9cca4e80a82d94ae52a4 /tests/Atomic_Op_Test.cpp | |
parent | 0029e579a13c964e43b54073fa831c8aa25f837b (diff) | |
download | ATCD-fa92549b6af861a55459f38d767939554ef45e10.tar.gz |
changed Log_Priority of "not supported" messages to LM_INFO
Diffstat (limited to 'tests/Atomic_Op_Test.cpp')
-rw-r--r-- | tests/Atomic_Op_Test.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/Atomic_Op_Test.cpp b/tests/Atomic_Op_Test.cpp index 80c3b6cadda..847841d2941 100644 --- a/tests/Atomic_Op_Test.cpp +++ b/tests/Atomic_Op_Test.cpp @@ -15,7 +15,7 @@ // these operations. // // = AUTHOR -// Irfan Pyarali +// Irfan Pyarali // // ============================================================================ @@ -71,11 +71,10 @@ main (int, ASYS_TCHAR *[]) { ACE_START_TEST (ASYS_TEXT ("Atomic_Op_Test")); - ACE_ERROR ((LM_ERROR, ASYS_TEXT ("threads not supported on this platform\n"))); + ACE_ERROR ((LM_INFO, + ASYS_TEXT ("threads not supported on this platform\n"))); ACE_END_TEST; return 0; } #endif /* ACE_HAS_THREADS */ - - |