mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 20:15:54 +08:00
Adding debug message about correct authentication
Might be useful when going through the logs and looking for authentication problems.
This commit is contained in:
parent
037e2571c7
commit
657c93fff1
@ -200,6 +200,8 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||||||
Logger.log("d", "Authentication was required. Setting up authenticator.")
|
Logger.log("d", "Authentication was required. Setting up authenticator.")
|
||||||
authenticator.setUser(self._authentication_id)
|
authenticator.setUser(self._authentication_id)
|
||||||
authenticator.setPassword(self._authentication_key)
|
authenticator.setPassword(self._authentication_key)
|
||||||
|
else:
|
||||||
|
Logger.log("d", "No authentication was required. The id is: %s", self._authentication_id)
|
||||||
|
|
||||||
def getProperties(self):
|
def getProperties(self):
|
||||||
return self._properties
|
return self._properties
|
||||||
|
Loading…
x
Reference in New Issue
Block a user