fixed
This commit is contained in:
@@ -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(())
|
||||
|
||||
Reference in New Issue
Block a user