canonselphy: Slightly better error logging.

This commit is contained in:
Solomon Peachy 2018-09-28 20:14:34 -04:00
parent e82f7cee7f
commit 4a7a17fabf

View file

@ -764,7 +764,7 @@ static int canonselphy_read_parse(void *vctx, const void **vjob, int data_fd, in
}
if (printer_type != ctx->type) {
ERROR("Printer/Job mismatch (%d/%d)\n", ctx->type, ctx->printer->type);
ERROR("Printer/Job mismatch (%d/%d/%d)\n", ctx->type, ctx->printer->type, printer_type);
free(job);
return CUPS_BACKEND_CANCEL;
}