mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Fix error message bug in IngestFactoryModuleLoader class
This commit is contained in:
parent
1cfbda53d7
commit
383157fc78
@ -110,7 +110,7 @@ final class IngestModuleFactoryLoader {
|
|||||||
if (coreFactory != null) {
|
if (coreFactory != null) {
|
||||||
factories.add(coreFactory);
|
factories.add(coreFactory);
|
||||||
} else {
|
} else {
|
||||||
logger.log(Level.SEVERE, "Core factory {0} not loaded", coreFactory);
|
logger.log(Level.SEVERE, "Core factory {0} not loaded", className);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user