mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
Added more info to log statement.
This commit is contained in:
parent
dfd8043fff
commit
ae8d9c4860
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user