No effective change - include the search packages in the classpath scan INFO logging message

This commit is contained in:
Robin Bygrave
2016-05-12 16:17:33 +12:00
parent 44dfab2ace
commit 45453bbcd8
@@ -53,7 +53,7 @@ class BootupClassPathSearch {
}
long searchTime = System.currentTimeMillis() - st;
logger.info("Classpath search entities[{}] searchTime [{}]", bc.getEntities().size(), searchTime);
logger.info("Classpath search entities[{}] searchTime[{}] in packages[{}]", bc.getEntities().size(), searchTime, packages);
return bc;
} catch (Exception ex) {