From: Ian Jackson Date: Sat, 30 Jan 2021 23:50:24 +0000 (+0000) Subject: daemon: wip: add a todo relating to PieceGone X-Git-Tag: otter-0.4.0~591 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cd89af93d3f649921b34d678b82c7f5b3d180829;p=otter.git daemon: wip: add a todo relating to PieceGone Signed-off-by: Ian Jackson --- diff --git a/src/error.rs b/src/error.rs index 8fbded1e..ce8cc072 100644 --- a/src/error.rs +++ b/src/error.rs @@ -21,7 +21,7 @@ pub enum OnlineError { #[error("JSON deserialisation error: {0:?}")] BadJSON(serde_json::Error), #[error("referenced piece is gone (maybe race)")] - PieceGone, + PieceGone, // xxx this needs to go away and be done via updates stream #[error("improper piece hold status for op (maybe race)")] PieceHeld, #[error("improper UI operation")]