svgio/source/svguno/xsvgparser.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed437865a0db175e45ff421d50f429dff421d0cf
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Fri Apr 12 13:30:47 2019 +0300
Commit:     Tor Lillqvist <t...@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;
             }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to