mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 17:27:43 +00:00
Fix merge error in FileTypesByExtension
This commit is contained in:
parent
a05bc8acb1
commit
c071a15571
@ -46,6 +46,7 @@ import org.sleuthkit.datamodel.TskData;
|
||||
*/
|
||||
public final class FileTypesByExtension implements AutopsyVisitableItem {
|
||||
|
||||
private static final Logger logger = Logger.getLogger(FileTypesByExtension.class.getName());
|
||||
private final SleuthkitCase skCase;
|
||||
|
||||
public FileTypesByExtension(SleuthkitCase skCase) {
|
||||
@ -118,7 +119,7 @@ public final class FileTypesByExtension implements AutopsyVisitableItem {
|
||||
}
|
||||
} catch (TskCoreException tskCoreException) {
|
||||
showCounts = false;
|
||||
LOGGER.log(Level.SEVERE, "Error counting files.", tskCoreException);
|
||||
logger.log(Level.SEVERE, "Error counting files.", tskCoreException);
|
||||
}
|
||||
}
|
||||
return showCounts;
|
||||
|
Loading…
x
Reference in New Issue
Block a user