Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
add value parameter to logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
heroldus committed Nov 16, 2014
1 parent 89054c1 commit 3c5e761
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ protected boolean isWhiteListedHost(HostName hostName) {
}
}

log.debug("Host {} is not a white-listed host");
log.debug("Host {} is not a white-listed host", hostName.getName());
return false;
}
}

0 comments on commit 3c5e761

Please sign in to comment.