Skip to content
Snippets Groups Projects
Commit 6178422c authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- reduce log entries, finally always called

parent 45d2169d
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
}
finally
{
log.info("SLUBStoragePlugin.checkFixity() finally called");
// log.info("SLUBStoragePlugin.checkFixity() finally called");
}
}
return result;
......@@ -263,7 +263,7 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
}
finally
{
log.info("SLUBStoragePlugin.retrieveEntityByRange() finally called");
// log.info("SLUBStoragePlugin.retrieveEntityByRange() finally called");
}
return bytes;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment