[Libreoffice-commits] core.git: svgio/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 12 11:29:09 UTC 2019
svgio/source/svguno/xsvgparser.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ed437865a0db175e45ff421d50f429dff421d0cf
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Apr 12 13:30:47 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Apr 12 14:14:08 2019 +0300
Downgrade a SAL_WARN() that shows up a lot but can be ignored to SAL_INFO()
Quikee said it was OK.
Change-Id: I8f45d3c5e264f5658985399487e9c6e2a3fbced3
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;
}
More information about the Libreoffice-commits
mailing list