Fixed broken logging

This commit is contained in:
Jaime van Kessel 2017-02-15 13:50:02 +01:00
parent aab17608ff
commit b187cf89a5

View File

@ -811,7 +811,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
## Check if the authentication request was allowed by the printer.
def _checkAuthentication(self):
Logger.log("d", "Checking if authentication is correct for id %", self._authentication_id)
Logger.log("d", "Checking if authentication is correct for id %s", self._authentication_id)
self._manager.get(QNetworkRequest(QUrl("http://" + self._address + self._api_prefix + "auth/check/" + str(self._authentication_id))))
## Request a authentication key from the printer so we can be authenticated