sonyupdneo: Log IEEE1284 string returned by printer.
This commit is contained in:
parent
55a9a9784a
commit
3d3724639e
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue