mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
logging update
This commit is contained in:
parent
1ea70b7dab
commit
a37080c9b2
@ -234,8 +234,7 @@ final class CaseEventListener implements PropertyChangeListener {
|
|||||||
// then handle the event
|
// then handle the event
|
||||||
handleTagChange(content);
|
handleTagChange(content);
|
||||||
} catch (NoCurrentCaseException | TskCoreException ex) {
|
} catch (NoCurrentCaseException | TskCoreException ex) {
|
||||||
Long contentID = (evt != null && evt.getDeletedTagInfo() != null) ? evt.getDeletedTagInfo().getContentID() : null;
|
LOGGER.log(Level.WARNING, "Error updating non-file object: " + evt.getDeletedTagInfo().getContentID(), ex);
|
||||||
LOGGER.log(Level.WARNING, "Error updating non-file object: " + contentID, ex);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user