Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Henar Munoz committed Sep 15, 2014
1 parent b1220ef commit 2595958
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public void isNodeRegistered (String hostname, String token) throws CanNotCallPu
try {
log.info("Checking node : " + hostname + " time:" + time);
if (time > MAX_TIME) {
String errorMesg = "Node " + hostname + " is not registered in ChefServer";
String errorMesg = "Node " + hostname + " is not registered in puppet master";
log.info(errorMesg);
throw new CanNotCallPuppetException(errorMesg);
}
Expand Down

0 comments on commit 2595958

Please sign in to comment.