Log once sync is completed
This commit is contained in:
parent
19841b2459
commit
b9ea4be9a7
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class SyncService {
|
|||
throw e;
|
||||
} finally {
|
||||
_isSyncInProgress = false;
|
||||
_logger.info("Syncing completed");
|
||||
}
|
||||
});
|
||||
return _existingSync;
|
||||
|
|
Loading…
Add table
Reference in a new issue