Skip to content

Commit

Permalink
minor improvement for dependency resolution result logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed Apr 4, 2017
1 parent 7f90d2c commit 610816d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ModuleVersionResolver implements DependencyProcessor {
buildLocator.branch = dependency.branch
def response = getBuildNumberFromServer(buildLocator)
if (response.isOk()) {
logger.info("$dependency.version ($BuildLocator) has been resolved to a build #${response.body}")
logger.debug("$dependency.version ($buildLocator) has been resolved to a build #${response.body}")
dependency.version.resolved(response.body)
} else {
String message = "Unable to resolve $dependency.version. \nServer response: \n $response"
Expand Down

0 comments on commit 610816d

Please sign in to comment.