Skip to content

Commit 2dc5150

Browse files
committed
update log
1 parent 2ff9552 commit 2dc5150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/service/SplitHttpClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public SplitHttpResponse get(URI uri, FetchOptions options, Map<String, List<Str
9797
try {
9898
body = EntityUtils.toString(response.getEntity(), StandardCharsets.UTF_8);
9999
} catch (Exception e) {
100-
_log.warn(String.format("Error parsing Response.body, %s", e.getMessage()));
100+
_log.warn("Error parsing Response.body", e);
101101
}
102102

103103
return new SplitHttpResponse(code,

0 commit comments

Comments
 (0)