Skip to content

Commit 4246139

Browse files
authored
chore: fix http request body log (#1540)
1 parent 9272591 commit 4246139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/http_helpers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ where
180180
Some(single) if !received_data.is_empty() => {
181181
tracing::trace!(
182182
target: "jsonrpsee-http",
183-
"HTTP response body: {}",
183+
"HTTP body: {}",
184184
std::str::from_utf8(&received_data).unwrap_or("Invalid UTF-8 data")
185185
);
186186
Ok((received_data, single))

0 commit comments

Comments
 (0)