Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: improve error message for the node connection being broken
Merged liw opened 9 months ago

Signed-off-by: Lars Wirzenius liw@liw.fi

1 file changed +1 -1 022466a3 883cae63
modified src/node_event_source.rs
@@ -96,7 +96,7 @@ pub enum NodeEventError {
    Node(#[from] radicle::node::Error),

    /// Connection to the node control socket broke.
-
    #[error("connection to the node control socket broke")]
+
    #[error("connection to the node control socket has been lost: can't continue")]
    BrokenConnection,

    /// Some error from parsing a repository id.