mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 03:24:55 +00:00
Making log statement a bit more clear.
This commit is contained in:
parent
9ea848b525
commit
a33fb0f115
@ -591,7 +591,7 @@ public class IngestManager {
|
|||||||
public synchronized boolean areModulesRunning() {
|
public synchronized boolean areModulesRunning() {
|
||||||
for (IngestModuleAbstract serv : abstractFileModules) {
|
for (IngestModuleAbstract serv : abstractFileModules) {
|
||||||
if (serv.hasBackgroundJobsRunning()) {
|
if (serv.hasBackgroundJobsRunning()) {
|
||||||
logger.info("module " + serv.toString() " is running");
|
logger.log(Level.INFO, "Module " + serv.toString() + " is running");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user