We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9027d0c commit 88610d1Copy full SHA for 88610d1
1 file changed
ACE/tests/Compiler_Features_43_Test.cpp
@@ -92,7 +92,7 @@ int run_main (int, ACE_TCHAR*[])
92
delete result;
93
}
94
catch (...) {
95
- ACE_ERROR ((LM_ERROR, ACE_TEXT("In outer catch\n")));
+ ACE_DEBUG ((LM_ERROR, ACE_TEXT("In outer catch\n")));
96
res = -1;
97
98
0 commit comments