summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svguno/xsvgparser.cxx2
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;
}