mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added logging
This commit is contained in:
parent
8023341090
commit
6ff130c361
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class USBPrinterOutputDeviceManager(QObject, OutputDevicePlugin, Extension):
|
||||||
self.getOutputDeviceManager().removeOutputDevice(serial_port)
|
self.getOutputDeviceManager().removeOutputDevice(serial_port)
|
||||||
self.connectionStateChanged.emit()
|
self.connectionStateChanged.emit()
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass # no output device by this device_id found in connection list.
|
Logger.log("w", "Connection state of %s changed, but it was not found in the list")
|
||||||
|
|
||||||
|
|
||||||
@pyqtProperty(QObject , notify = connectionStateChanged)
|
@pyqtProperty(QObject , notify = connectionStateChanged)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue