Skip to content

Commit

Permalink
changed loglevel for urn update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rsehr committed Dec 12, 2024
1 parent 0f79f37 commit 79aef7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ private boolean replaceUrlsOrAddUrn(DocStruct logical) throws JsonSyntaxExceptio
if (!replaceSuccessful) {
log("URN: " + metsUrn + " could not be updated", LogType.ERROR);
} else {
log("URN: " + metsUrn + " was updated successfully", LogType.INFO);
log("URN: " + metsUrn + " was updated successfully", LogType.DEBUG);
}
} else {
replaceSuccessful = true;
Expand Down

0 comments on commit 79aef7d

Please sign in to comment.