dnpds40: Log the status in raw form too, when we fail.
This commit is contained in:
parent
9c6d60c1d2
commit
aa236d1ae6
|
@ -521,7 +521,7 @@ top:
|
|||
sleep(1);
|
||||
goto top;
|
||||
}
|
||||
ERROR("Printer Status: %s\n", dnpds40_statuses((char*)resp));
|
||||
ERROR("Printer Status: %s => %s\n", (char*)resp, dnpds40_statuses((char*)resp));
|
||||
free(resp);
|
||||
return CUPS_BACKEND_RETRY_CURRENT;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue