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) {
|
} catch (TskCoreException ex) {
|
||||||
/*
|
/*
|
||||||
* If there was an error checking the account type, fall
|
* If there was an error checking the account type, fall
|
||||||
* back to the check below for the file (if there is one)
|
* back to the check below for the file associated with the
|
||||||
* associated with the account.
|
* account (if there is one).
|
||||||
*/
|
*/
|
||||||
logger.log(Level.SEVERE, "Error getting TSK_ACCOUNT_TYPE attribute from artifact " + artifact.getArtifactID(), ex);
|
logger.log(Level.SEVERE, "Error getting TSK_ACCOUNT_TYPE attribute from artifact " + artifact.getArtifactID(), ex);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user