[DS-4522] Expand debug log message to explain what happens when filter service is null

This commit is contained in:
Kim Shepherd
2021-03-16 13:39:46 +13:00
parent 1bb5e35f04
commit 5096c66437

View File

@@ -1116,7 +1116,7 @@ public class DOIIdentifierProvider extends FilteredIdentifierProvider {
throw new DOIIdentifierNotApplicableException(e);
}
} else {
log.debug("DOI Identifier Provider: filterService is null");
log.debug("DOI Identifier Provider: filterService is null (ie. don't prevent DOI minting)");
}
}
}