How to clear status in web interface

Anders Blomdell anders.blomdell at control.lth.se
Tue Mar 30 04:24:49 PDT 2010


Is there a way to have transient messages propagated from a backend on the page
http://my.cups.server:631/printers/Printername ? If i have a backend that does the following:

  // Some processing
  fprintf(stderr, "INFO: First message\n");
  // Some processing
  fprintf(stderr, "INFO: Second message\n");
  // Some processing
  fprintf(stderr, "INFO:\n");

The /Printername page will not show the INFO message, while http://my.cups.server:631/printers/ will show them. Changing INFO to ERROR will make the /Printername page show the first message only.




More information about the cups mailing list