include/tools/diagnose_ex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c872abf8e7066001be9805883a6f2c6528287aec Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Fri Jun 14 14:23:19 2019 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jun 15 07:22:31 2019 +0200 fix copy/paste mistake in TOOLS_INFO_EXCEPTION Change-Id: I209efe41639eeff215b876cb1da5c9a8252f4b55 Reviewed-on: https://gerrit.libreoffice.org/74042 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits