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/confdb/confdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/confdb') 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 -- cgit