canon_selphy: Log the CP900 state.

This commit is contained in:
Solomon Peachy 2014-06-30 19:44:29 -04:00
parent c9f650166d
commit ba99a0a4ca

View file

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