'skipping getpeercon' INFO -> DEBUG

This commit is contained in:
Tim Waugh 2006-10-13 14:56:48 +00:00
parent 8dd9edbd29
commit 1a7ce3c0b0

View File

@ -1035,7 +1035,7 @@
+ } + }
+ else + else
+ { + {
+ cupsdLogMessage(CUPSD_LOG_INFO, "cupsdAcceptClient: skipping getpeercon()"); + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdAcceptClient: skipping getpeercon()");
+ cupsdSetString(&con->scon, UNKNOWN_SL); + cupsdSetString(&con->scon, UNKNOWN_SL);
+ } + }
+#endif /* WITH_LSPP */ +#endif /* WITH_LSPP */