Log once sync is completed

This commit is contained in:
Vishnu Mohandas 2021-02-26 19:39:35 +05:30
parent 19841b2459
commit b9ea4be9a7

View file

@ -110,6 +110,7 @@ class SyncService {
throw e;
} finally {
_isSyncInProgress = false;
_logger.info("Syncing completed");
}
});
return _existingSync;