Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: improve error message for the node connection being broken
Lars Wirzenius committed 9 months ago
commit 883cae63a4788c948c92c7c72061783c000c4dab
parent 022466a
1 file changed +1 -1
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.