mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
Merge pull request #3156 from raman-bt/accounts_relationships
Removed error log - postKeywordHitToBlackboard() may legitimately ret…
This commit is contained in:
commit
85cf750c26
@ -222,9 +222,6 @@ class QueryResults {
|
||||
* Post an artifact for the hit to the blackboard.
|
||||
*/
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user