Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add logging when mintPid needs to mint an artificial id instead of us…
…ing the provided slug
  • Loading branch information
cbeer committed Oct 4, 2014
1 parent 403c4f7 commit 0e3068f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -665,6 +665,7 @@ private String mintNewPid(final String base, final String slug) {
newObjectPath = base + "/" + pid;

if (nodeService.exists(session, newObjectPath)) {
LOGGER.trace("Resource with path {} already exists; minting new path instead", pid);
return mintNewPid(base, null);
}

Expand Down

0 comments on commit 0e3068f

Please sign in to comment.