@@ -187,7 +187,15 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
...
@@ -187,7 +187,15 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
}
}
finally{
finally{
if(pluginname==null||pluginname.length()==0){
if(pluginname==null||pluginname.length()==0){
log.error("SLUBStoragePlugin failed to get pluginname, because it is empty. Possibly, there is no valid fixity type used or a CustomFixityPlugin missed");
log.warn("SLUBStoragePlugin failed to get pluginname, because it is empty. Possibly, there is no valid fixity type used or a CustomFixityPlugin missed");
log.warn("SLUBStoragePlugin.checkFixityByPlugin() trying to use fallback table to determine plugin name");