Skip to content

Commit

Permalink
got rid of a space in the log message
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 15, 2008
1 parent 40ad506 commit af3d085
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ public void pullData() {
if (dataLoaderService.loadData(node, nodeService.findIdentity())) {
logger.info("Pull data received" + nodeName);
} else {
logger.info("Pull no data received " + nodeName);
logger.info("Pull no data received" + nodeName);
}
} catch (ConnectException ex) {
logger.warn(ErrorConstants.COULD_NOT_CONNECT_TO_TRANSPORT + " url=" + node.getSyncURL());
Expand Down

0 comments on commit af3d085

Please sign in to comment.