Add log statement
This commit is contained in:
parent
059177811a
commit
792069fef1
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ class SyncService {
|
|||
);
|
||||
if (diff.isNotEmpty) {
|
||||
await _storeDiff(diff, collectionID);
|
||||
_logger.info("Updated files in collection " + collectionID.toString());
|
||||
FileRepository.instance.reloadFiles();
|
||||
Bus.instance.fire(CollectionUpdatedEvent(collectionID: collectionID));
|
||||
if (diff.length == _diffLimit) {
|
||||
|
|
Loading…
Add table
Reference in a new issue