diff --git a/scheduler/auth.c b/scheduler/auth.c index 0e2c0be80..83952472a 100644 --- a/scheduler/auth.c +++ b/scheduler/auth.c @@ -2081,7 +2081,7 @@ cupsdIsAuthorized(cupsd_client_t *con, /* I - Connection */ * The user isn't part of the specified users or groups, so deny access... */ - cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdIsAuthorized: User not in group(s)."); + cupsdLogMessage(CUPSD_LOG_WARN, "cupsdIsAuthorized: User not in group(s)."); return (con->username[0] ? HTTP_STATUS_FORBIDDEN : HTTP_STATUS_UNAUTHORIZED); }