summaryrefslogtreecommitdiffstats
path: root/src/providers/simple
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-04-10 11:06:56 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-20 07:41:04 -0400
commit387349ae092f6dbeb8e4bca291a772695836629c (patch)
tree2ea9b60028f73a61923df5bd0bcf96454b42471d /src/providers/simple
parent8e1d9a326a6cf88405344077a309cbe3898653c9 (diff)
downloadsssd_unused-387349ae092f6dbeb8e4bca291a772695836629c.tar.gz
sssd_unused-387349ae092f6dbeb8e4bca291a772695836629c.tar.xz
sssd_unused-387349ae092f6dbeb8e4bca291a772695836629c.zip
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
Diffstat (limited to 'src/providers/simple')
-rw-r--r--src/providers/simple/simple_access.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/providers/simple/simple_access.c b/src/providers/simple/simple_access.c
index e00079cd..70d1f072 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;