svgio/source/svguno/xsvgparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c08ba26d2db0446b304d677c662c3c6215454938 Author: Tor Lillqvist <[email protected]> AuthorDate: Fri Apr 12 13:30:47 2019 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Fri Sep 20 13:53:26 2019 +0200 Downgrade a SAL_WARN() that shows up a lot but can be ignored to SAL_INFO() Quikee said it was OK. Change-Id: I8f45d3c5e264f5658985399487e9c6e2a3fbced3 (cherry picked from commit 1408fded0a90e92eff6b0b09316589a80ad90c87) Reviewed-on: https://gerrit.libreoffice.org/79206 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx index e188e43dfa6e..6a16aa5d8282 100644 --- a/svgio/source/svguno/xsvgparser.cxx +++ b/svgio/source/svguno/xsvgparser.cxx @@ -137,7 +137,7 @@ namespace svgio } catch(const uno::Exception& e) { - SAL_WARN( "svg", "Parse error! : " << e); + SAL_INFO( "svg", "Parse error: " << e); return false; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
