Add line breaks between entries

This commit is contained in:
2026-04-26 12:23:46 +02:00
parent 2022130867
commit e173cf2df3

View File

@@ -50,7 +50,7 @@ impl ProgressReporter {
total, total,
} => { } => {
println!( println!(
"Starting full backup of {} to {} ({} of {})", "\nStarting full backup of {} to {} ({} of {})",
source, dest, index, total source, dest, index, total
); );
} }
@@ -61,7 +61,7 @@ impl ProgressReporter {
total, total,
} => { } => {
println!( println!(
"Starting incremental backup of {} to {} ({} of {})", "\nStarting incremental backup of {} to {} ({} of {})",
source, dest, index, total source, dest, index, total
); );
} }