]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix a DEBUG2 log message call.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 27 Mar 2001 14:26:26 +0000 (14:26 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 27 Mar 2001 14:26:26 +0000 (14:26 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@1648 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/ipp.c

index 4a602ee03ac0e57b2667ff853ba00270f0fe3177..ffdbf3a94a73924cb1cd63965abb88196cd115b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: ipp.c,v 1.123 2001/03/15 17:48:07 mike Exp $"
+ * "$Id: ipp.c,v 1.124 2001/03/27 14:26:26 mike Exp $"
  *
  *   IPP routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -3071,7 +3071,7 @@ get_printers(client_t *con,               /* I - Client connection */
   char                 *location;      /* Location string */
 
 
-  LogMessage(L_DEBUG2, "get_printers(%d, %s)\n", con->http.fd);
+  LogMessage(L_DEBUG2, "get_printers(%d, %x)\n", con->http.fd, type);
 
  /*
   * See if they want to limit the number of printers reported...
@@ -5338,5 +5338,5 @@ validate_user(client_t   *con,            /* I - Client connection */
 
 
 /*
- * End of "$Id: ipp.c,v 1.123 2001/03/15 17:48:07 mike Exp $".
+ * End of "$Id: ipp.c,v 1.124 2001/03/27 14:26:26 mike Exp $".
  */