mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
[DS-4522] Expand debug log message to explain what happens when filter service is null
This commit is contained in:
@@ -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)");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user