Skip to content

Commit

Permalink
1849767 - changed warn (which i must have already changed to info) to…
Browse files Browse the repository at this point in the history
… debug
  • Loading branch information
chenson42 committed Dec 13, 2007
1 parent a390fc4 commit a3ce90b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -156,7 +156,7 @@ protected String buildURL(String action, Node remote, Node local) throws IOExcep
private String chooseURL(Node remote) {
if (StringUtils.isBlank(remote.getSyncURL())) {
logger
.info("Using the registration URL to contact the remote node because the syncURL for the node is blank.");
.debug("Using the registration URL to contact the remote node because the syncURL for the node is blank.");
return runtimeConfiguration.getRegistrationUrl();
} else {
return remote.getSyncURL();
Expand Down

0 comments on commit a3ce90b

Please sign in to comment.