Merge pull request #3191 from raman-bt/accounts_relationships

Fixed a typo in previous commit.
This commit is contained in:
Richard Cordovano 2017-11-08 13:00:47 -05:00 committed by GitHub
commit deb9fc79d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ class TableReportGenerator {
}
}
catch (TskCoreException ex) {
logger.log(Level.SEVERE, "Unable to get dusplay name for account type.", ex);
logger.log(Level.SEVERE, "Unable to get display name for account type " + accountTypeStr, ex);
}
}