mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:45:55 +08:00
Change wording of logline
The log was incorrect. At that point the device isn't connected yet, it's state is connecting!
This commit is contained in:
parent
6f3298385f
commit
bf9c413516
@ -109,8 +109,9 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
|||||||
|
|
||||||
if self.isConnected():
|
if self.isConnected():
|
||||||
return
|
return
|
||||||
|
Logger.log("i", "Attempting to connect to cluster %s", self.key)
|
||||||
super().connect()
|
super().connect()
|
||||||
Logger.log("i", "Connected to cluster %s", self.key)
|
|
||||||
CuraApplication.getInstance().getBackend().backendStateChange.connect(self._onBackendStateChange)
|
CuraApplication.getInstance().getBackend().backendStateChange.connect(self._onBackendStateChange)
|
||||||
self._update()
|
self._update()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user