mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00
Added log message to authentication timeout
This commit is contained in:
parent
6e84d39cae
commit
53a9f5f622
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||||
self._authentication_requested_message.setProgress(self._authentication_counter / self._max_authentication_counter * 100)
|
self._authentication_requested_message.setProgress(self._authentication_counter / self._max_authentication_counter * 100)
|
||||||
if self._authentication_counter > self._max_authentication_counter:
|
if self._authentication_counter > self._max_authentication_counter:
|
||||||
self._authentication_timer.stop()
|
self._authentication_timer.stop()
|
||||||
|
Logger.log("i", "Authentication timer ended. Setting authentication to denied")
|
||||||
self.setAuthenticationState(AuthState.AuthenticationDenied)
|
self.setAuthenticationState(AuthState.AuthenticationDenied)
|
||||||
|
|
||||||
def _onAuthenticationRequired(self, reply, authenticator):
|
def _onAuthenticationRequired(self, reply, authenticator):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue