From 88610d16be02dd23f2774a627105d2de7d34ca69 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 23 Feb 2026 09:26:16 +0100 Subject: [PATCH] Revert "Use ACE_ERROR" This reverts commit f28c00bfd9691900cba0faee11348bfcd3c8b765. --- ACE/tests/Compiler_Features_43_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }