]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
DEBUG_printf() stuff.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 30 Aug 2000 22:04:17 +0000 (22:04 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 30 Aug 2000 22:04:17 +0000 (22:04 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@1329 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/printers.c

index ea3c19a819faa7dc20a9e4a5566acb93f07480d4..5af493d8c31227b1703b968be174f8c9e3bbd910 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: printers.c,v 1.70 2000/08/30 22:00:37 mike Exp $"
+ * "$Id: printers.c,v 1.71 2000/08/30 22:04:17 mike Exp $"
  *
  *   Printer routines for the Common UNIX Printing System (CUPS).
  *
@@ -1388,7 +1388,7 @@ ValidateDest(const char   *hostname,      /* I - Host name */
                *sptr;                  /* Pointer into server name */
 
 
-  printf("ValidateDest(\"%s\", \"%s\", %p)\n", hostname, resource, dtype);
+  DEBUG_printf(("ValidateDest(\"%s\", \"%s\", %p)\n", hostname, resource, dtype));
 
  /*
   * See if the resource is a class or printer...
@@ -1466,7 +1466,7 @@ ValidateDest(const char   *hostname,      /* I - Host name */
     }
   }
 
-  printf("localized hostname is \"%s\"...\n", localname);
+  DEBUG_printf(("localized hostname is \"%s\"...\n", localname));
 
  /*
   * Find a matching printer or class...
@@ -1531,5 +1531,5 @@ write_printcap(void)
 
 
 /*
- * End of "$Id: printers.c,v 1.70 2000/08/30 22:00:37 mike Exp $".
+ * End of "$Id: printers.c,v 1.71 2000/08/30 22:04:17 mike Exp $".
  */