mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] use debug logging in linear bek
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ public class LinearBekController extends CascadeController {
|
||||
|
||||
long start = System.currentTimeMillis();
|
||||
myLinearBekGraphBuilder.collapseAll();
|
||||
LOG.info("Linear bek took " + (System.currentTimeMillis() - start) / 1000.0 + " sec");
|
||||
LOG.debug("Linear bek took " + (System.currentTimeMillis() - start) / 1000.0 + " sec");
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user