Kaydet (Commit) ed437865 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Downgrade a SAL_WARN() that shows up a lot but can be ignored to SAL_INFO()

Quikee said it was OK.

Change-Id: I8f45d3c5e264f5658985399487e9c6e2a3fbced3
üst d028c1be
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment