mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fixed broken logging
This commit is contained in:
parent
3263ca4e2d
commit
abe70c3a92
1 changed files with 1 additions and 1 deletions
|
@ -1089,7 +1089,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||||
|
|
||||||
self._authentication_key = data["key"]
|
self._authentication_key = data["key"]
|
||||||
self._authentication_id = data["id"]
|
self._authentication_id = data["id"]
|
||||||
Logger.log("i", "Got a new authentication ID (%s) and KEY (%S). Waiting for authorization.", self._authentication_id, self._getSafeAuthKey())
|
Logger.log("i", "Got a new authentication ID (%s) and KEY (%s). Waiting for authorization.", self._authentication_id, self._getSafeAuthKey())
|
||||||
|
|
||||||
# Check if the authentication is accepted.
|
# Check if the authentication is accepted.
|
||||||
self._checkAuthentication()
|
self._checkAuthentication()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue