]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/mark.c
Import CUPS 1.4svn-r7464.
[thirdparty/cups.git] / cups / mark.c
index 0dbb0b8d1859c97c048896fe02af768b120366a9..c0fdc911d62181669919aa391ac611e43559826d 100644 (file)
@@ -1018,12 +1018,12 @@ debug_marked(ppd_file_t *ppd,           /* I - PPD file data */
   ppd_choice_t *c;                     /* Current choice */
 
 
-  printf("cupsMarkOptions: %s\n", title);
+  DEBUG_printf(("cupsMarkOptions: %s\n", title));
 
   for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked);
        c;
        c = (ppd_choice_t *)cupsArrayNext(ppd->marked))
-    printf("cupsMarkOptions: %s=%s\n", c->option->keyword, c->choice);
+    DEBUG_printf(("cupsMarkOptions: %s=%s\n", c->option->keyword, c->choice));
 }
 #endif /* DEBUG */