mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fixes to ExtractedContntViewer for handling node lookup contents correctly
This commit is contained in:
parent
06b272df32
commit
a6e38b9ea2
@ -323,8 +323,8 @@ public class ExtractedContentViewer implements DataContentViewer {
|
||||
} catch (TskCoreException ex) {
|
||||
/*
|
||||
* If there was an error checking the account type, fall
|
||||
* back to the check below for the file (if there is one)
|
||||
* associated with the account.
|
||||
* back to the check below for the file associated with the
|
||||
* account (if there is one).
|
||||
*/
|
||||
logger.log(Level.SEVERE, "Error getting TSK_ACCOUNT_TYPE attribute from artifact " + artifact.getArtifactID(), ex);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user