summaryrefslogtreecommitdiff
path: root/tests/SPIPE_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/SPIPE_Test.cpp
parent67b4fd7d9586a020b5395516fe517ec416da5fed (diff)
downloadATCD-a4481b36a444100148f190f8684194d0553e149d.tar.gz
changed Log_Priority of "not supported" messages to LM_INFO
Diffstat (limited to 'tests/SPIPE_Test.cpp')
-rw-r--r--tests/SPIPE_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SPIPE_Test.cpp b/tests/SPIPE_Test.cpp
index 329578cf040..0fdcb2c56d7 100644
--- a/tests/SPIPE_Test.cpp
+++ b/tests/SPIPE_Test.cpp
@@ -131,7 +131,7 @@ main (int, char *[])
ACE_Thread_Manager::instance ()->wait ();
#endif /* !ACE_LACKS_EXEC */
#else
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_INFO,
"SPIPE is not supported on this platform\n"));
#endif /* ACE_HAS_STREAM_PIPES || ACE_WIN32 */
ACE_END_TEST;