Marker supply low is a warning not an error.

This commit is contained in:
Tim Waugh 2007-04-04 10:33:38 +00:00
parent 4388071531
commit 26907ceb4e

View File

@ -23,9 +23,9 @@
+ case WARN_LOW_INK_MAGENTA:
+ case WARN_LOW_INK_YELLOW:
+ case WARN_LOW_INK_MULTIPLE_PENS:
+ bug("STATE: +marker-supply-low\n");
+ bug("STATE: +marker-supply-low-warning\n");
+ default:
+ bug("STATE: -marker-supply-low");
+ bug("STATE: -marker-supply-low-warning");
+ }
+ }