Skip to content

Commit

Permalink
Fix configured repository url logging
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Dec 27, 2024
1 parent 056139b commit aa71062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void setReplaceContext(boolean replaceContext) {

@Override
ExecutionContext executeSelf() {
log.debug("Deploying data into {} of rdf4j server repository {}/{}.",
log.debug("Deploying data into {} of rdf4j server repository {}/repositories/{}.",
getContextsInfo(),
rdf4jServerURL,
rdf4jRepositoryName);
Expand Down

0 comments on commit aa71062

Please sign in to comment.