mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Added bit more logging
This commit is contained in:
parent
8cc9e8cf72
commit
d405afb9f2
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
|
||||
status_code = reply.attribute(QNetworkRequest.HttpStatusCodeAttribute)
|
||||
if not status_code:
|
||||
Logger.log("d", "A reply without a status code was received. Dropping the message")
|
||||
# Received no or empty reply
|
||||
return
|
||||
reply_url = reply.url().toString()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue