]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Debug for encryption...
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 5 Jun 2001 15:36:41 +0000 (15:36 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 5 Jun 2001 15:36:41 +0000 (15:36 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@1749 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/client.c

index 357730d26d8ce429fa57c5eac2b38f3e6a039183..a54521526ef17250a901798a6535920d3a4c505b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: client.c,v 1.94 2001/06/01 15:09:17 mike Exp $"
+ * "$Id: client.c,v 1.95 2001/06/05 15:36:41 mike Exp $"
  *
  *   Client routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -416,6 +416,9 @@ EncryptClient(client_t *con)        /* I - Client to encrypt */
     return (0);
   }
 
+  LogMessage(L_DEBUG, "EncryptClient() %d Connection now encrypted.",
+             con->http.fd);
+
   con->http.tls = conn;
   return (1);
 #else
@@ -2118,5 +2121,5 @@ pipe_command(client_t *con,       /* I - Client connection */
 
 
 /*
- * End of "$Id: client.c,v 1.94 2001/06/01 15:09:17 mike Exp $".
+ * End of "$Id: client.c,v 1.95 2001/06/05 15:36:41 mike Exp $".
  */