mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
better label
This commit is contained in:
@@ -858,7 +858,7 @@ public final class KeywordSearchIngestModule implements IngestModuleAbstractFile
|
||||
final KeywordSearchList list = keywordToList.get(queryStr);
|
||||
final String listName = list.getName();
|
||||
|
||||
progress.progress(listName + "[" + queryStr + "]", numSearched);
|
||||
progress.progress(listName + " " + queryStr, numSearched);
|
||||
|
||||
KeywordSearchQuery del = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user