Fixed typo.
This commit is contained in:
parent
0deb9b5b37
commit
25dbee308d
@ -39,7 +39,7 @@
|
|||||||
else if ((event & CUPSD_EVENT_JOB_STATE) && job &&
|
else if ((event & CUPSD_EVENT_JOB_STATE) && job &&
|
||||||
job->state_value == IPP_JOB_PROCESSING)
|
job->state_value == IPP_JOB_PROCESSING)
|
||||||
what = "JobStartedLocal";
|
what = "JobStartedLocal";
|
||||||
+ else if (event & (CUPSD_EVENT_PRINTER_CHANGED|CUPSD_EVENT_JOB_STATE_CHANGED|CUPS_EVENT_PRINTER_STATE_CHANGED))
|
+ else if (event & (CUPSD_EVENT_PRINTER_CHANGED|CUPSD_EVENT_JOB_STATE_CHANGED|CUPSD_EVENT_PRINTER_STATE_CHANGED))
|
||||||
+ what = "QueueChanged";
|
+ what = "QueueChanged";
|
||||||
else
|
else
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user