canon_selphy: Log the CP900 state.
This commit is contained in:
parent
c9f650166d
commit
ba99a0a4ca
|
@ -904,6 +904,7 @@ top:
|
|||
case S_PRINTER_CP900_FOOTER: {
|
||||
uint32_t empty = 0;
|
||||
|
||||
INFO("Sending CP900 Footer\n");
|
||||
if ((ret = send_data(ctx->dev, ctx->endp_down,
|
||||
(uint8_t*)&empty, sizeof(empty))))
|
||||
return CUPS_BACKEND_FAILED;
|
||||
|
|
Loading…
Reference in a new issue