Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura/API
diff options
context:
space:
mode:
authorNino van Hooff <ninovanhooff@gmail.com>2020-05-15 12:59:22 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-05-15 12:59:22 +0300
commit94f094380b1e9cb35ae50ef9689559746de6acfc (patch)
treed0197570f9cb12b6559a4ae975b27882856308d2 /cura/API
parent9acf8b6122148897119f70da64f4245d93345562 (diff)
Log sync state transitions
CURA-7290
Diffstat (limited to 'cura/API')
-rw-r--r--cura/API/Account.py2
1 files changed, 2 insertions, 0 deletions
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