diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-14 11:38:36 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-17 08:32:28 -0500 |
commit | ef479645b5e038a0e06d7d10b3c924227deafa52 (patch) | |
tree | 19557afa36e8dc45734652881b92609b33e6bd63 /src/providers/ipa | |
parent | d400dd9d1bb97984335aaeea200caf50b45644c2 (diff) | |
download | sssd-ef479645b5e038a0e06d7d10b3c924227deafa52.tar.gz sssd-ef479645b5e038a0e06d7d10b3c924227deafa52.tar.bz2 sssd-ef479645b5e038a0e06d7d10b3c924227deafa52.zip |
Raise the debug level of two very noisy statements
Diffstat (limited to 'src/providers/ipa')
-rw-r--r-- | src/providers/ipa/ipa_hbac_hosts.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/providers/ipa/ipa_hbac_hosts.c b/src/providers/ipa/ipa_hbac_hosts.c index 51358f18..d672760e 100644 --- a/src/providers/ipa/ipa_hbac_hosts.c +++ b/src/providers/ipa/ipa_hbac_hosts.c @@ -619,8 +619,9 @@ static errno_t hbac_host_attrs_to_rule(TALLOC_CTX *mem_ctx, num_hostgroups++; } else { /* ret == ENOENT */ /* Neither a host nor a hostgroup? Skip it */ - DEBUG(1, ("[%s] does not map to either a host or hostgroup. " - "Skipping\n", member_dn)); + DEBUG(SSSDBG_TRACE_LIBS, + ("[%s] does not map to either a host or hostgroup. " + "Skipping\n", member_dn)); } } talloc_zfree(member_dn); |