mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06: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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue