mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Change log level from SEVERE to WARNING.
This commit is contained in:
parent
a66c800c49
commit
965ec97dba
@ -62,7 +62,7 @@ public final class TextFileExtractor implements TextExtractor {
|
||||
encoding = StandardCharsets.UTF_8;
|
||||
}
|
||||
} catch (TskCoreException | IOException ex) {
|
||||
logger.log(Level.SEVERE, String.format("Error detecting the "
|
||||
logger.log(Level.WARNING, String.format("Error detecting the "
|
||||
+ "encoding for %s (objID=%d)", file.getName(), file.getId()), ex);
|
||||
encoding = StandardCharsets.UTF_8;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user