summaryrefslogtreecommitdiff
path: root/scheduler/statbuf.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-01 23:41:32 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-01 23:41:32 +0000
commite00b005a05b3be11f59ddf676914233d38626b38 (patch)
tree5972fd0b98a668d3675633405dc0260e708f8317 /scheduler/statbuf.c
parentffb63008826760d766ebe7a553955ba3a7253eac (diff)
downloadcups-e00b005a05b3be11f59ddf676914233d38626b38.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@51 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/statbuf.c')
-rw-r--r--scheduler/statbuf.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/scheduler/statbuf.c b/scheduler/statbuf.c
index eedec49c3..3161de5f8 100644
--- a/scheduler/statbuf.c
+++ b/scheduler/statbuf.c
@@ -1,10 +1,10 @@
/*
- * "$Id: statbuf.c 4719 2005-09-28 21:12:44Z mike $"
+ * "$Id: statbuf.c 5038 2006-02-01 16:03:02Z mike $"
*
* Status buffer routines for the Common UNIX Printing System (CUPS)
* scheduler.
*
- * Copyright 1997-2005 by Easy Software Products, all rights reserved.
+ * Copyright 1997-2006 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the
* property of Easy Software Products and are protected by Federal
@@ -304,6 +304,8 @@ cupsdStatBufUpdate(cupsd_statbuf_t *sb, /* I - Status buffer */
else
cupsdLogMessage(*loglevel, "%s %s", sb->prefix, message);
}
+ else if (*loglevel < CUPSD_LOG_NONE && LogLevel == CUPSD_LOG_DEBUG2)
+ cupsdLogMessage(CUPSD_LOG_DEBUG2, "%s %s", sb->prefix, sb->buffer);
/*
* Copy the message to the line buffer...
@@ -326,5 +328,5 @@ cupsdStatBufUpdate(cupsd_statbuf_t *sb, /* I - Status buffer */
/*
- * End of "$Id: statbuf.c 4719 2005-09-28 21:12:44Z mike $".
+ * End of "$Id: statbuf.c 5038 2006-02-01 16:03:02Z mike $".
*/