From 74e1164a74cb47c3d6de40c02d1585ac8ab80bd6 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Oct 13 2006 14:58:32 +0000 Subject: 'setting context to UNKNOWN SL' INFO -> DEBUG --- diff --git a/cups-lspp.patch b/cups-lspp.patch index 6bacc67..708d556 100644 --- a/cups-lspp.patch +++ b/cups-lspp.patch @@ -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 */