mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
Log sync state transitions
CURA-7290
This commit is contained in:
parent
9acf8b6122
commit
94f094380b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user