fixed
This commit is contained in:
@@ -147,7 +147,7 @@ impl BlockRazorClient {
|
|||||||
// ping successful, connection remains active
|
// ping successful, connection remains active
|
||||||
// Can optionally log, but to reduce noise, not printing here
|
// Can optionally log, but to reduce noise, not printing here
|
||||||
} else {
|
} else {
|
||||||
eprintln!("BlockRazor ping request failed with status: {}, body: {}", response.status(), body);
|
eprintln!("BlockRazor ping request failed with status: {}", response.status());
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Reference in New Issue
Block a user