Fixes to ExtractedContntViewer for handling node lookup contents correctly

This commit is contained in:
Richard Cordovano 2018-02-14 18:25:43 -05:00
parent 06b272df32
commit a6e38b9ea2

View File

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