mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Lessened the severity of log message.
This commit is contained in:
parent
abe7a9d4c9
commit
93ec4fa1b3
@ -235,9 +235,12 @@ public class EamArtifactUtil {
|
|||||||
TskData.FileKnown.UNKNOWN,
|
TskData.FileKnown.UNKNOWN,
|
||||||
bbSourceFile.getId());
|
bbSourceFile.getId());
|
||||||
|
|
||||||
} catch (TskCoreException | EamDbException | CorrelationAttributeNormalizationException ex) {
|
} catch (TskCoreException | EamDbException ex) {
|
||||||
logger.log(Level.SEVERE, "Error creating artifact instance.", ex); // NON-NLS
|
logger.log(Level.SEVERE, "Error creating artifact instance.", ex); // NON-NLS
|
||||||
return null;
|
return null;
|
||||||
|
} catch (CorrelationAttributeNormalizationException ex) {
|
||||||
|
logger.log(Level.WARNING, "Error creating artifact instance.", ex.getMessage()); // NON-NLS
|
||||||
|
return null;
|
||||||
} catch (NoCurrentCaseException ex) {
|
} catch (NoCurrentCaseException ex) {
|
||||||
logger.log(Level.SEVERE, "Case is closed.", ex); // NON-NLS
|
logger.log(Level.SEVERE, "Case is closed.", ex); // NON-NLS
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user