Browse Source

Log once sync is completed

Vishnu Mohandas 4 years ago
parent
commit
b9ea4be9a7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/services/sync_service.dart

+ 1 - 0
lib/services/sync_service.dart

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