Skip to content

Commit

Permalink
Go back to sync terminology.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchambers committed Jul 31, 2021
1 parent e301230 commit da46533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ impl<'a, 'b, 'c> SendSession<'a, 'b, 'c> {
idx_tree_meta = Some(idx_tw.finish(&mut self)?);
}

self.ctx.progress.set_message("flushing storage...");
self.ctx.progress.set_message("syncing storage...");
self.sync()?;

let stats = SendStats {
Expand Down

0 comments on commit da46533

Please # to comment.