More logs
This commit is contained in:
parent
e563cb3b2f
commit
4c54515b79
1 changed files with 3 additions and 1 deletions
|
@ -106,7 +106,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn run_sync(&mut self, result: &mut SyncResult) -> Result<(), Box<dyn Error>> {
|
async fn run_sync(&mut self, result: &mut SyncResult) -> Result<(), Box<dyn Error>> {
|
||||||
result.info("Starting a sync.");
|
result.info("Starting a sync");
|
||||||
|
|
||||||
let mut handled_calendars = HashSet::new();
|
let mut handled_calendars = HashSet::new();
|
||||||
|
|
||||||
|
@ -149,6 +149,8 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
result.info("Sync ended");
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue