/*
- * "$Id: cupstestppd.c,v 1.16 2003/02/20 14:19:30 mike Exp $"
+ * "$Id: cupstestppd.c,v 1.17 2003/02/20 16:00:16 mike Exp $"
*
* PPD test program for the Common UNIX Printing System (CUPS).
*
{
error = ppdLastError(&line);
- printf(" FAIL\n **FAIL** Unable to open PPD file - ");
+ if (verbose >= 0)
+ printf(" FAIL\n **FAIL** Unable to open PPD file - ");
if (error <= PPD_ALLOC_ERROR)
{
/*
- * End of "$Id: cupstestppd.c,v 1.16 2003/02/20 14:19:30 mike Exp $".
+ * End of "$Id: cupstestppd.c,v 1.17 2003/02/20 16:00:16 mike Exp $".
*/