Changed sync message for clarity
This commit is contained in:
parent
3f0afc6eee
commit
16a2f6571a
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ pub fn flash_iso(iso_path: &str, destination: &str) -> Result<(), io::Error> {
|
|||
// std::process::exit(0);
|
||||
|
||||
// Log that it's going to sync data to disk
|
||||
println!("Syncing data to disk...");
|
||||
println!("Syncing data to disk, process will not close until this is complete.");
|
||||
Command::new("sync")
|
||||
.status()
|
||||
.expect("Failed to flush data to disk");
|
||||
|
|
Loading…
Reference in a new issue