summaryrefslogtreecommitdiff
path: root/tests/Message_Block_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 04:36:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 04:36:54 +0000
commita4481b36a444100148f190f8684194d0553e149d (patch)
tree2675f9156fc46edf993a9cca4e80a82d94ae52a4 /tests/Message_Block_Test.cpp
parent67b4fd7d9586a020b5395516fe517ec416da5fed (diff)
downloadATCD-a4481b36a444100148f190f8684194d0553e149d.tar.gz
changed Log_Priority of "not supported" messages to LM_INFO
Diffstat (limited to 'tests/Message_Block_Test.cpp')
-rw-r--r--tests/Message_Block_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Message_Block_Test.cpp b/tests/Message_Block_Test.cpp
index 49f71a5c20d..70161c33c94 100644
--- a/tests/Message_Block_Test.cpp
+++ b/tests/Message_Block_Test.cpp
@@ -329,7 +329,8 @@ main (int, ASYS_TCHAR *[])
ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("(%t) Exiting...\n")));
#else
- 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")));
#endif /* ACE_HAS_THREADS */
ACE_END_TEST;
return 0;