]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x change.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 28 Oct 2002 17:53:43 +0000 (17:53 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 28 Oct 2002 17:53:43 +0000 (17:53 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@2952 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/job.c

index e63c26b986e7f9bbbdb34f630e93317f0efcac0f..19191259acc19aae3402945c915635ddfdc7e199 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: job.c,v 1.124.2.38 2002/10/28 15:59:25 mike Exp $"
+ * "$Id: job.c,v 1.124.2.39 2002/10/28 17:53:43 mike Exp $"
  *
  *   Job management routines for the Common UNIX Printing System (CUPS).
  *
@@ -1189,6 +1189,8 @@ StartJob(int       id,            /* I - Job ID */
     * filtering...
     */
 
+    LogMessage(L_DEBUG, "StartJob: Sending job to queue tagged as raw...");
+
     filters = NULL;
   }
   else
@@ -2438,5 +2440,5 @@ start_process(const char *command,        /* I - Full path to command */
 
 
 /*
- * End of "$Id: job.c,v 1.124.2.38 2002/10/28 15:59:25 mike Exp $".
+ * End of "$Id: job.c,v 1.124.2.39 2002/10/28 17:53:43 mike Exp $".
  */