diff --git a/ACE/tests/Compiler_Features_43_Test.cpp b/ACE/tests/Compiler_Features_43_Test.cpp index a977ef159bf91..1977fa88d3da2 100644 --- a/ACE/tests/Compiler_Features_43_Test.cpp +++ b/ACE/tests/Compiler_Features_43_Test.cpp @@ -92,7 +92,7 @@ int run_main (int, ACE_TCHAR*[]) delete result; } catch (...) { - ACE_ERROR ((LM_ERROR, ACE_TEXT("In outer catch\n"))); + ACE_DEBUG ((LM_ERROR, ACE_TEXT("In outer catch\n"))); res = -1; }