Add line breaks between entries
This commit is contained in:
@@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user