dnpds40: Log when we detect the DS620 being in standby.

This commit is contained in:
Solomon Peachy 2015-06-17 20:53:22 -04:00
parent 3471bfa953
commit b1905b15ca

View file

@ -858,6 +858,9 @@ top:
INFO("Printer cooling down...\n");
sleep(1);
goto top;
} else if (!strcmp("00900", (char*)resp)) {
INFO("Waking printer up from standby...\n");
// XXX do someting here?
} else if (!strcmp("01500", (char*)resp)) {
ERROR("Paper definition error, aborting job\n");
return CUPS_BACKEND_CANCEL;