提交 c500ef75 编写于 作者: N Nikita Akilov

change log level to debug


Former-commit-id: 4e47f5ac
上级 258bd83e
......@@ -89,7 +89,7 @@ public class SQLReconcilingStrategy implements IReconcilingStrategy, IReconcilin
}
ProjectionAnnotationModel model = editor.getAnnotationModel();
if (model == null) {
log.warn("Attempt to change folding annotations on editor with empty annotation model. editor=" + editor.toString());
log.debug("Attempt to change folding annotations on editor with empty annotation model. editor=" + editor.toString());
return;
}
Iterable<SQLScriptElement> queries = getQueries();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册