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

- minor: fixed comment

parent f7e97e93
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
(!Fixity.FixityAlgorithm.SHA256.toString().equals(algorithm)) &&
(!Fixity.FixityAlgorithm.CRC32.toString().equals(algorithm))
) {
// log.info("SLUBStoragePlugin.checkFixity() call checkFixityByPlugin (" + fixity + "," + storedEntityIdentifier + "," + isRelativePath + "," + result + ")");
// log.info("SLUBStoragePlugin.checkFixity() call checkFixityByPlugin (" + fixity + "," + storedEntityIdentifier + "," + isRelativePath + ")");
return checkFixityByPlugin(fixity, storedEntityIdentifier, isRelativePath);
} else {
log.info("SLUBStoragePlugin.checkFixity() calcMD5|calcSHA1|calcCRC32|calcSHA256=true");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment