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/UPIPE_SAP_Test.cpp | |
parent | 0029e579a13c964e43b54073fa831c8aa25f837b (diff) | |
download | ATCD-fa92549b6af861a55459f38d767939554ef45e10.tar.gz |
changed Log_Priority of "not supported" messages to LM_INFO
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r-- | tests/UPIPE_SAP_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp index b7f1cdb68ff..f7135d3c44e 100644 --- a/tests/UPIPE_SAP_Test.cpp +++ b/tests/UPIPE_SAP_Test.cpp @@ -171,10 +171,10 @@ main (int, char *[]) #else #if !defined (ACE_HAS_THREADS) - ACE_ERROR ((LM_ERROR, "threads not supported on this platform\n")); + ACE_ERROR ((LM_INFO, "threads not supported on this platform\n")); #else #if !defined (ACE_HAS_STREAM_PIPES) && !defined (ACE_WIN32) - ACE_ERROR ((LM_ERROR, "UPIPE is not supported on this platform\n")); + ACE_ERROR ((LM_INFO, "UPIPE is not supported on this platform\n")); #endif /* !defined (ACE_HAS_STREAM_PIPES) && ! defined (ACE_WIN32) */ #endif /* !defined (ACE_HAS_THREADS) */ #endif /* defined (ACE_HAS_THREADS) && (defined (ACE_HAS_STREAM_PIPES) || defined (ACE_WIN32)) */ |