[Libreoffice-commits] core.git: include/tools
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 15 05:23:43 UTC 2019
include/tools/diagnose_ex.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c872abf8e7066001be9805883a6f2c6528287aec
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri Jun 14 14:23:19 2019 +0200
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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
More information about the Libreoffice-commits
mailing list