dnpds40: Log the status in raw form too, when we fail.

This commit is contained in:
Solomon Peachy 2014-10-29 22:02:11 -04:00
parent 9c6d60c1d2
commit aa236d1ae6

View file

@ -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;
}