diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-04-12 13:30:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-04-12 14:14:08 +0300 |
commit | ed437865a0db175e45ff421d50f429dff421d0cf (patch) | |
tree | 9980104807eefc0e83613799d9a733c6dc6aee74 /svgio/source | |
parent | d028c1be17c484fef8617490b46c66100b0e25bc (diff) |
Downgrade a SAL_WARN() that shows up a lot but can be ignored to SAL_INFO()
Quikee said it was OK.
Change-Id: I8f45d3c5e264f5658985399487e9c6e2a3fbced3
Diffstat (limited to 'svgio/source')
-rw-r--r-- | svgio/source/svguno/xsvgparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |