EA-57291 (severity reduced as the real reason is logged earlier)

This commit is contained in:
Roman Shevchenko
2014-06-09 12:29:34 +04:00
parent 491dc5f169
commit 29894292a2
@@ -228,7 +228,7 @@ public abstract class ClsElementImpl extends PsiElementBase implements PsiCompil
StringBuilder buffer = new StringBuilder();
appendMirrorText(0, buffer);
LOG.error("Mirror wasn't set for " + this + " in " + getContainingFile() + ", expected text '" + buffer + "'");
LOG.warn("Mirror wasn't set for " + this + " in " + getContainingFile() + ", expected text '" + buffer + "'");
return buffer.toString();
}