mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Removed error log - postKeywordHitToBlackboard() may legitimately return NULL, say for CreditCard hits
This commit is contained in:
parent
1dcd745183
commit
a8fce5caee
@ -222,9 +222,6 @@ class QueryResults {
|
|||||||
* Post an artifact for the hit to the blackboard.
|
* Post an artifact for the hit to the blackboard.
|
||||||
*/
|
*/
|
||||||
BlackboardArtifact artifact = query.postKeywordHitToBlackboard(content, keyword, hit, snippet, query.getKeywordList().getName());
|
BlackboardArtifact artifact = query.postKeywordHitToBlackboard(content, keyword, hit, snippet, query.getKeywordList().getName());
|
||||||
if (null == artifact) {
|
|
||||||
logger.log(Level.SEVERE, "Error posting keyword hit artifact for keyword {0} in {1} to the blackboard", new Object[]{keyword.toString(), content}); //NON-NLS
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Send an ingest inbox message for the hit.
|
* Send an ingest inbox message for the hit.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user