Add extra logline to help with debugging
This commit is contained in:
parent
49dd99016f
commit
f12ef4fe6a
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class FolderSharingService {
|
|||
FolderSharingService._privateConstructor();
|
||||
|
||||
Future<void> sync() {
|
||||
_logger.info("Syncing...");
|
||||
if (_isSyncInProgress || !Configuration.instance.hasConfiguredAccount()) {
|
||||
return Future.value();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue