dnpds40: Improve error message WRT multicut.

master
Solomon Peachy 2015-06-11 08:42:52 -04:00
parent 95651e7685
commit b6d6351bbd
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ static int dnpds40_read_parse(void *vctx, int data_fd) {
}
if (!multicut) {
ERROR("Print job missing a MULTICUT command, can't parse properly!\n");
ERROR("Missing or illegal MULTICUT command, can't parse properly!\n");
return CUPS_BACKEND_CANCEL;
}