X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=scheduler%2Fstatbuf.c;h=a4875b1c227207182810d04ced9274c92687dd7a;hp=3161de5f8ffb38ab7e406879b579a84649f38888;hb=bd7854cb4d663bb0e561eaf5b01bbd47baa71d22;hpb=4400e98de24bd267328aa20d57951fb6678297fe diff --git a/scheduler/statbuf.c b/scheduler/statbuf.c index 3161de5f8..a4875b1c2 100644 --- a/scheduler/statbuf.c +++ b/scheduler/statbuf.c @@ -1,5 +1,5 @@ /* - * "$Id: statbuf.c 5038 2006-02-01 16:03:02Z mike $" + * "$Id: statbuf.c 5073 2006-02-04 17:39:51Z mike $" * * Status buffer routines for the Common UNIX Printing System (CUPS) * scheduler. @@ -277,7 +277,7 @@ cupsdStatBufUpdate(cupsd_statbuf_t *sb, /* I - Status buffer */ } else { - *loglevel = CUPSD_LOG_DEBUG; + *loglevel = CUPSD_LOG_ERROR; message = sb->buffer; } @@ -328,5 +328,5 @@ cupsdStatBufUpdate(cupsd_statbuf_t *sb, /* I - Status buffer */ /* - * End of "$Id: statbuf.c 5038 2006-02-01 16:03:02Z mike $". + * End of "$Id: statbuf.c 5073 2006-02-04 17:39:51Z mike $". */