Watching works fine
This commit is contained in:
parent
a73f921c5f
commit
dedee2ef08
5 changed files with 46 additions and 14 deletions
|
|
@ -1519,7 +1519,7 @@ impl PeerHandler {
|
|||
match state.file_ops().write_chunk(addr, piece, chunk_info) {
|
||||
Ok(()) => {}
|
||||
Err(e) => {
|
||||
error!("FATAL: error writing chunk to disk: {:?}", e);
|
||||
error!("FATAL: error writing chunk to disk: {e:#}");
|
||||
return state.on_fatal_error(e);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue