Index: filter/commandtops.c =================================================================== --- filter/commandtops.c (revision 10371) +++ filter/commandtops.c (working copy) @@ -387,7 +387,6 @@ * Write out the result and move on to the next option... */ - fprintf(stderr, "DEBUG: Default%s=%s\n", option->keyword, buffer); fprintf(stderr, "PPD: Default%s=%s\n", option->keyword, buffer); break; } @@ -420,7 +419,7 @@ _cupsLangPrintFilter(stderr, "WARNING", _("Unable to configure printer options.")); - return (status); + return (0); }