mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
HttpClient: Reduce level of recently introduced log message.
This commit is contained in:
parent
d0a43bbb72
commit
30f7ada7e9
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public final class HttpClient {
|
||||||
responseBuilder.header(HEADER_CONTENT_TYPE, contentType.toString());
|
responseBuilder.header(HEADER_CONTENT_TYPE, contentType.toString());
|
||||||
responseBuilder.body(ResponseBody.create(contentType, body.contentLength(), body.source()));
|
responseBuilder.body(ResponseBody.create(contentType, body.contentLength(), body.source()));
|
||||||
response = responseBuilder.build();
|
response = responseBuilder.build();
|
||||||
log.info("Derived missing {} encoding from XML pragma", encoding);
|
log.debug("Deriving missing {} encoding from XML pragma", encoding);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue