]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
More debug fun.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 13 Mar 2003 04:18:25 +0000 (04:18 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 13 Mar 2003 04:18:25 +0000 (04:18 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3463 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/client.c

index c428061eb8b1d6a4fe18862423227eaa502f81d5..52d177457b7d54791d90a1586b25a981d09df7cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: client.c,v 1.148 2003/03/13 03:28:35 mike Exp $"
+ * "$Id: client.c,v 1.149 2003/03/13 04:18:25 mike Exp $"
  *
  *   Client routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -2776,6 +2776,8 @@ pipe_command(client_t *con,               /* I - Client connection */
 
   if (LogLevel == L_DEBUG2)
   {
+    for (i = 0; i < argc; i ++)
+      LogMessage(L_DEBUG2, "argv[%d] = \"%s\"", i, argv[i]);
     for (i = 0; i < envc; i ++)
       LogMessage(L_DEBUG2, "envp[%d] = \"%s\"", i, envp[i]);
   }
@@ -2969,5 +2971,5 @@ CDSAWriteFunc(SSLConnectionRef connection,        /* I  - SSL/TLS connection */
 
 
 /*
- * End of "$Id: client.c,v 1.148 2003/03/13 03:28:35 mike Exp $".
+ * End of "$Id: client.c,v 1.149 2003/03/13 04:18:25 mike Exp $".
  */