summaryrefslogtreecommitdiffstats
path: root/src/providers/simple/simple_access.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/simple/simple_access.c')
-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 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;