mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Add some temporay logging code to SearchRunner
This commit is contained in:
parent
758ddbc853
commit
6722e6c5e3
@ -515,7 +515,6 @@ public final class SearchRunner {
|
|||||||
|
|
||||||
logger.log(Level.INFO, "Searcher took {0} secs to run", stopWatch.getElapsedTimeSecs()); //NON-NLS
|
logger.log(Level.INFO, "Searcher took {0} secs to run", stopWatch.getElapsedTimeSecs()); //NON-NLS
|
||||||
} finally {
|
} finally {
|
||||||
logger.log(Level.INFO, "Searcher notifying"); //NON-NLS
|
|
||||||
// In case a thread is waiting on this worker to be done
|
// In case a thread is waiting on this worker to be done
|
||||||
job.searchNotify();
|
job.searchNotify();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user