From 387349ae092f6dbeb8e4bca291a772695836629c Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 10 Apr 2012 11:06:56 +0200 Subject: Move some debug lines to new debug log levels * These are common lines of debug output when starting up sssd https://bugzilla.redhat.com/show_bug.cgi?id=811113 --- src/providers/simple/simple_access.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/providers/simple') diff --git a/src/providers/simple/simple_access.c b/src/providers/simple/simple_access.c index e00079cd3..70d1f0728 100644 --- a/src/providers/simple/simple_access.c +++ b/src/providers/simple/simple_access.c @@ -349,8 +349,8 @@ int sssm_simple_access_init(struct be_ctx *bectx, struct bet_ops **ops, !ctx->allow_groups && !ctx->deny_users && !ctx->deny_groups) { - DEBUG(1, ("No rules supplied for simple access provider. " - "Access will be granted for all users.\n")); + DEBUG(SSSDBG_OP_FAILURE, ("No rules supplied for simple access provider. " + "Access will be granted for all users.\n")); } *ops = &simple_access_ops; -- cgit