Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: improve error message for the node connection being broken
✓ CI success Lars Wirzenius committed 9 months ago
commit 883cae63a4788c948c92c7c72061783c000c4dab
parent 022466a3565be5fae3f97352d370a08629d9e0e2
2 passed (2 total) View logs
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.