mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Move shutting down logging to INFO
This commit is contained in:
parent
f905e50ef4
commit
818148dc0e
@ -423,7 +423,7 @@ impl Connection {
|
||||
e.display_chain().to_string()
|
||||
);
|
||||
}
|
||||
info!("[{}] shutting down connection", self.addr);
|
||||
debug!("[{}] shutting down connection", self.addr);
|
||||
let _ = self.stream.shutdown(Shutdown::Both);
|
||||
if let Err(err) = child.join().expect("receiver panicked") {
|
||||
error!("[{}] receiver failed: {}", self.addr, err);
|
||||
|
Loading…
Reference in New Issue
Block a user