This commit is contained in:
ysq
2025-09-06 22:12:25 +08:00
parent 75adf302ed
commit 65ba15abfa
+1 -1
View File
@@ -147,7 +147,7 @@ impl BlockRazorClient {
// ping successful, connection remains active
// Can optionally log, but to reduce noise, not printing here
} else {
eprintln!("BlockRazor ping request failed with status: {}, body: {}", response.status(), body);
eprintln!("BlockRazor ping request failed with status: {}", response.status());
}
Ok(())