]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x change.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 29 Sep 2003 14:51:59 +0000 (14:51 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 29 Sep 2003 14:51:59 +0000 (14:51 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3949 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/client.c

index 9e8b29fb02afa424cf25319b6960ed2b4863ca88..02f08a7854e34b2bb08d76939bc084444c95411f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: client.c,v 1.91.2.72 2003/09/17 19:24:09 mike Exp $"
+ * "$Id: client.c,v 1.91.2.73 2003/09/29 14:51:59 mike Exp $"
  *
  *   Client routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -2076,7 +2076,8 @@ SendError(client_t      *con,     /* I - Connection */
   if (con->operation > HTTP_WAITING)
     LogRequest(con, code);
 
-  LogMessage(L_DEBUG, "SendError() %d code=%d", con->http.fd, code);
+  LogMessage(L_DEBUG, "SendError() %d code=%d (%s)", con->http.fd, code,
+             httpStatus(code));
 
  /*
   * To work around bugs in some proxies, don't use Keep-Alive for some
@@ -3495,5 +3496,5 @@ CDSAWriteFunc(SSLConnectionRef connection,        /* I  - SSL/TLS connection */
 
 
 /*
- * End of "$Id: client.c,v 1.91.2.72 2003/09/17 19:24:09 mike Exp $".
+ * End of "$Id: client.c,v 1.91.2.73 2003/09/29 14:51:59 mike Exp $".
  */