- cupsdLogMessage(CUPSD_LOG_DEBUG2,
- "cupsdCheckJobs: Job %d - dest=\"%s\", printer=%p, "
- "state=%d, cancel_time=%ld, hold_until=%ld, kill_time=%ld, "
- "pending_cost=%d, pending_timeout=%ld", job->id, job->dest,
- (void *)job->printer, job->state_value, (long)job->cancel_time,
- (long)job->hold_until, (long)job->kill_time,
- job->pending_cost, (long)job->pending_timeout);
+ cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdCheckJobs: Job %d - dest=\"%s\", printer=%p, state=%d, cancel_time=" CUPS_LLFMT ", hold_until=" CUPS_LLFMT ", kill_time=" CUPS_LLFMT ", pending_cost=%d, pending_timeout=" CUPS_LLFMT, job->id, job->dest,(void *)job->printer, job->state_value, CUPS_LLCAST job->cancel_time, CUPS_LLCAST job->hold_until, CUPS_LLCAST job->kill_time, job->pending_cost, CUPS_LLCAST job->pending_timeout);