mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
better label
This commit is contained in:
parent
5c13dd648e
commit
ecba409792
@ -858,7 +858,7 @@ public final class KeywordSearchIngestModule implements IngestModuleAbstractFile
|
|||||||
final KeywordSearchList list = keywordToList.get(queryStr);
|
final KeywordSearchList list = keywordToList.get(queryStr);
|
||||||
final String listName = list.getName();
|
final String listName = list.getName();
|
||||||
|
|
||||||
progress.progress(listName + "[" + queryStr + "]", numSearched);
|
progress.progress(listName + " " + queryStr, numSearched);
|
||||||
|
|
||||||
KeywordSearchQuery del = null;
|
KeywordSearchQuery del = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user