Skip to content

Commit

Permalink
Issue #1029
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stastny committed Dec 20, 2023
1 parent 510df4d commit e985cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public void commit(DigitalObject object, String streamId) throws IOException {
addOrReplaceObject(object.getPID(), new ByteArrayInputStream(stringWriter.toString().getBytes("UTF-8")));

} catch (Exception e) {
LOGGER.warning("Could not replace object in Akubra: " + e);
LOGGER.severe("Could not replace object in Akubra: " + e);
}
} finally {
invalidateCache(object.getPID());
Expand Down

0 comments on commit e985cd7

Please sign in to comment.