Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: log the name of the adapter binary
Lars Wirzenius committed 1 year ago
commit 61cbf9e23649a1c5a8aa39871ac27b188490aa29
parent 74862206fb7d44da4277213326a905e7b503c307
1 file changed +1 -1
modified src/adapter.rs
@@ -75,7 +75,7 @@ impl Adapter {
        assert!(matches!(trigger, Request::Trigger { .. }));

        // Spawn the adapter sub-process.
-
        debug!("spawn adapter sub-process");
+
        debug!("spawn adapter sub-process: {:?}", self.bin);
        let mut child = Command::new(&self.bin)
            .stdin(Stdio::piped())
            .stdout(Stdio::piped())