mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Log sync state transitions
CURA-7290
This commit is contained in:
parent
9acf8b6122
commit
94f094380b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue