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 015ac547945d..f1f2e47451ae 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -136,7 +136,7 @@ namespace svgio
}
catch(const uno::Exception& e)
{
- SAL_WARN( "svg", "Parse error! : " << e);
+ SAL_INFO( "svg", "Parse error: " << e);
return false;
}