Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit c62ba73

Browse files
committed
test: be less verbose in logs
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent a4082ef commit c62ba73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/test-programs/src/p3/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub async fn request(
134134
eprintln!("[guest] collect body...");
135135
let body = body.try_collect::<Vec<_>>().await?;
136136
let body = body.concat();
137-
eprintln!("[guest] body collected {body:?}");
137+
eprintln!("[guest] collected body of {} bytes", body.len());
138138
eprintln!("[guest] await trailers...");
139139
let trailers = trailers
140140
.await

0 commit comments

Comments
 (0)