mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
add version of discovered modules to logs
This commit is contained in:
parent
e59973fd79
commit
35e2ac485a
@ -486,7 +486,10 @@ public final class IngestModuleLoader {
|
||||
continue;
|
||||
}
|
||||
|
||||
//logger.log(Level.INFO, "Module enabled: " + moduleInfo.getDisplayName() + " " + basePackageName + " " + moduleInfo.getCodeName());
|
||||
logger.log(Level.INFO, "Module enabled: " + moduleInfo.getDisplayName() + " " + basePackageName
|
||||
+ " Build version: " + moduleInfo.getBuildVersion()
|
||||
+ " Spec version: " + moduleInfo.getSpecificationVersion()
|
||||
+ " Impl version: " + moduleInfo.getImplementationVersion());
|
||||
|
||||
ConfigurationBuilder cb = new ConfigurationBuilder();
|
||||
cb.filterInputsBy(new FilterBuilder().include(FilterBuilder.prefix(basePackageName)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user