more startup logging

This commit is contained in:
Dmitry Avdeev
2012-05-15 12:51:18 +04:00
parent 239a869003
commit e185fd37c3
@@ -98,7 +98,9 @@ public abstract class ComponentManagerImpl extends UserDataHolderBase implements
private void createComponents() {
try {
long start = System.currentTimeMillis();
myComponentsRegistry.loadClasses();
LOG.info("Component classes loaded in " + (System.currentTimeMillis() - start) + " ms");
final Class[] componentInterfaces = myComponentsRegistry.getComponentInterfaces();
for (Class componentInterface : componentInterfaces) {