Kaydet (Commit) 5fb4fe1b authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

demote OSQLParser::RuleIDToRule failure to INFO

Change-Id: Ica2d3485c62f44311f612ade20924690bfbb2666
üst 6df3de95
......@@ -4739,7 +4739,7 @@ OSQLParseNode::Rule OSQLParser::RuleIDToRule( sal_uInt32 _nRule )
OSQLParser::RuleIDMap::const_iterator i (s_aReverseRuleIDLookup.find(_nRule));
if (i == s_aReverseRuleIDLookup.end())
{
SAL_WARN("connectivity.parse",
SAL_INFO("connectivity.parse",
"connectivity::OSQLParser::RuleIDToRule cannot reverse-lookup rule. "
"Reverse mapping incomplete? "
"_nRule='" << _nRule << "' "
......
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