Skip to content

Commit 88610d1

Browse files
committed
Revert "Use ACE_ERROR"
This reverts commit f28c00b.
1 parent 9027d0c commit 88610d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ACE/tests/Compiler_Features_43_Test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ int run_main (int, ACE_TCHAR*[])
9292
delete result;
9393
}
9494
catch (...) {
95-
ACE_ERROR ((LM_ERROR, ACE_TEXT("In outer catch\n")));
95+
ACE_DEBUG ((LM_ERROR, ACE_TEXT("In outer catch\n")));
9696
res = -1;
9797
}
9898

0 commit comments

Comments
 (0)