Skip to content

Commit ffb39cd

Browse files
authored
Merge pull request DOCGroup#2506 from jwillemsen/jwi-debugmacro
Revert "Use ACE_ERROR"
2 parents 9027d0c + 88610d1 commit ffb39cd

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)