topic/rust #2

Merged
ian merged 6 commits from topic/rust into main 2023-11-20 13:10:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9392325115 - Show all commits

View File

@ -120,7 +120,7 @@ fn run_command(retry: &mut Retry) {
println!("Restarting..."); println!("Restarting...");
restart(retry); restart(retry);
} else { } else {
print!("The process has crashed more then {} times in the past {}, stop restarting", retry.max_retries, retry.restart_name); print!("The process has crashed more then {} times in the past {}, stop restarting\n", retry.max_retries, retry.restart_name);
} }
} }
} }