sonyupdneo: Log IEEE1284 string returned by printer.

This commit is contained in:
Solomon Peachy 2019-11-05 16:43:52 -05:00
parent 55a9a9784a
commit 3d3724639e

View file

@ -286,6 +286,11 @@ static int updneo_get_status(struct updneo_ctx *ctx)
if (!ieee_id)
return CUPS_BACKEND_FAILED;
/* Don't forget to log! */
if (dyesub_debug >= 1) {
DEBUG("IEEE1284: %s\n", buf);
}
dlen = parse1284_data(ieee_id, dict);
// XXXX do something: