diff options
author | Stef Walter <stefw@gnome.org> | 2012-04-10 11:06:56 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-20 07:41:04 -0400 |
commit | 387349ae092f6dbeb8e4bca291a772695836629c (patch) | |
tree | 2ea9b60028f73a61923df5bd0bcf96454b42471d /src/confdb | |
parent | 8e1d9a326a6cf88405344077a309cbe3898653c9 (diff) | |
download | sssd-387349ae092f6dbeb8e4bca291a772695836629c.tar.gz sssd-387349ae092f6dbeb8e4bca291a772695836629c.tar.xz sssd-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/confdb')
-rw-r--r-- | src/confdb/confdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/confdb/confdb.c b/src/confdb/confdb.c index 3f1352138..e8f587167 100644 --- a/src/confdb/confdb.c +++ b/src/confdb/confdb.c @@ -808,7 +808,7 @@ static int confdb_get_domain_internal(struct confdb_ctx *cdb, } } if (!domain->enumerate) { - DEBUG(1, ("No enumeration for [%s]!\n", domain->name)); + DEBUG(SSSDBG_TRACE_FUNC, ("No enumeration for [%s]!\n", domain->name)); } /* Determine if user/group names will be Fully Qualified |