mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Change warning logging to debug
Since it's triggered every boot of Cura, it makes no sense to leave it a warning...
This commit is contained in:
parent
11a32d13e7
commit
7cce2f770d
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ class Account(QObject):
|
||||||
if self._update_timer.isActive():
|
if self._update_timer.isActive():
|
||||||
self._update_timer.stop()
|
self._update_timer.stop()
|
||||||
elif self._sync_state == SyncState.SYNCING:
|
elif self._sync_state == SyncState.SYNCING:
|
||||||
Logger.warning("Starting a new sync while previous sync was not completed\n{}", str(self._sync_services))
|
Logger.debug("Starting a new sync while previous sync was not completed")
|
||||||
|
|
||||||
self.syncRequested.emit()
|
self.syncRequested.emit()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue