1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

better label

This commit is contained in:
adam-m
2012-10-17 15:08:07 -04:00
parent 5c13dd648e
commit ecba409792

View File

@@ -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;