Skip to content

Commit d8598f6

Browse files
committed
Fix logging
1 parent 7e7e71c commit d8598f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

danny/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ impl Config {
262262
}
263263

264264

265-
info!("spawning executable {:?}", exec);
265+
info!("spawning executable {:?}", remote_exec);
266266
// This is the top level invocation, which should spawn the processes with ssh
267267
let mut handles: Vec<std::process::Child> = self
268268
.hosts

0 commit comments

Comments
 (0)