Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(src/logger.rs): message for AdapterStdoutLine
Lars Wirzenius committed 7 months ago
commit a17ab01ec5e80dfd3686de4727c096ff7964c639
parent a2ff833fd7a6c9f6744f833d58789f6758c6e2d5
1 file changed +1 -1
modified src/logger.rs
@@ -753,7 +753,7 @@ pub fn adapter_stdout_line(line: &str) {
        msg_id = ?Id::AdapterStdoutLine,
        kind = %Kind::AdapterMessage,
        ?line,
-
        "Action: shutdown"
+
        "adapter stdout line"
    );
}