From: mike Date: Mon, 28 Oct 2002 17:53:43 +0000 (+0000) Subject: Mirror 1.1.x change. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f9fe91cded40a071db399a4f50c78b55a03e902;p=thirdparty%2Fcups.git Mirror 1.1.x change. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@2952 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/scheduler/job.c b/scheduler/job.c index e63c26b986..19191259ac 100644 --- a/scheduler/job.c +++ b/scheduler/job.c @@ -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 $". */