diff options
-rw-r--r-- | include/tools/diagnose_ex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h index d37b7e99b368..a70a4e0ab60f 100644 --- a/include/tools/diagnose_ex.h +++ b/include/tools/diagnose_ex.h @@ -160,7 +160,7 @@ TOOLS_DLLPUBLIC OString exceptionToString(css::uno::Any const & caughtEx); #define TOOLS_INFO_EXCEPTION(area, stream) \ do { \ css::uno::Any tools_warn_exception( cppu::getCaughtException() ); \ - SAL_WARN(area, stream << " " << exceptionToString(tools_warn_exception)); \ + SAL_INFO(area, stream << " " << exceptionToString(tools_warn_exception)); \ } while (false) #endif |