Remove extra logging by making it debug level (#5193)

Change-Id: Iaa255862389bdff7fa42b2c08c1e078448b5ee6c
This commit is contained in:
Slim 2017-12-22 13:01:10 -08:00 committed by Roman Leventov
parent b31abd03ad
commit c3f7da2128
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class KerberosHttpClient extends AbstractHttpClient
request.setHeader("Cookie", "");
inner_go(request.copy(), httpResponseHandler, duration, future);
} else {
log.info("Not retrying and returning future response");
log.debug("Not retrying and returning future response");
future.set(result.getObj());
}
}