'setting context to UNKNOWN SL' INFO -> DEBUG

This commit is contained in:
Tim Waugh 2006-10-13 14:58:32 +00:00
parent 1a7ce3c0b0
commit 1be5f8c4b4

View File

@ -1457,7 +1457,7 @@
+ /*
+ * Fill in the security context of the job as unlabeled
+ */
+ cupsdLogMessage(CUPSD_LOG_INFO, "add_job: setting context of job to %s", UNKNOWN_SL);
+ cupsdLogMessage(CUPSD_LOG_DEBUG, "add_job: setting context of job to %s", UNKNOWN_SL);
+ cupsdSetString(&job->scon, UNKNOWN_SL);
+ }
+#endif /* WITH_LSPP */