Added more info to log statement.

This commit is contained in:
Raman 2017-11-08 12:56:48 -05:00
parent dfd8043fff
commit ae8d9c4860

View File

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