diff --git a/cura/API/Account.py b/cura/API/Account.py index 2bfbf41f53..4df5765f58 100644 --- a/cura/API/Account.py +++ b/cura/API/Account.py @@ -108,6 +108,8 @@ class Account(QObject): :param state: One of SyncState """ + Logger.info("Service {service} enters sync state {state}", service = service_name, state = state) + prev_state = self._sync_state self._sync_services[service_name] = state