r9948: Be a bit less verbose
authorJelmer Vernooij <jelmer@samba.org>
Fri, 2 Sep 2005 11:33:35 +0000 (11:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:36:24 +0000 (13:36 -0500)
(This used to be commit 071dba2d0ae964e9901adf0c4870894deed43650)

source4/lib/ldb/modules/ldb_map.c

index 9b62b1314acc2fb089fa02aeeeb1d95b8f4fc72f..ba98a5f495a2ee97c96c0a565bb5535b0725ddc2 100644 (file)
@@ -483,7 +483,7 @@ static const char **ldb_map_attrs(struct ldb_module *module, const char *const a
                enum ldb_map_attr_type map_type;
 
                if (!attr) {
-                       ldb_debug(module->ldb, LDB_DEBUG_WARNING, "Local attribute '%s' does not have a definition!\n", attrs[i]);
+                       ldb_debug(module->ldb, LDB_DEBUG_TRACE, "Local attribute '%s' does not have a definition!\n", attrs[i]);
                        map_type = MAP_IGNORE;
                } else map_type = attr->type;