diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-02 11:33:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:36:24 -0500 |
commit | 4462869db22983d1a6634fd7bec5c6a073404b10 (patch) | |
tree | 0a85c6f98964da34cbdbc4fccf5c2f497fa40390 /source4/lib/ldb/modules/ldb_map.c | |
parent | cf5ea5630083fdf1d55f56fad9ed84d3e5bdba20 (diff) | |
download | samba-4462869db22983d1a6634fd7bec5c6a073404b10.tar.gz samba-4462869db22983d1a6634fd7bec5c6a073404b10.tar.bz2 samba-4462869db22983d1a6634fd7bec5c6a073404b10.zip |
r9948: Be a bit less verbose
(This used to be commit 071dba2d0ae964e9901adf0c4870894deed43650)
Diffstat (limited to 'source4/lib/ldb/modules/ldb_map.c')
-rw-r--r-- | source4/lib/ldb/modules/ldb_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/modules/ldb_map.c b/source4/lib/ldb/modules/ldb_map.c index 9b62b1314a..ba98a5f495 100644 --- a/source4/lib/ldb/modules/ldb_map.c +++ b/source4/lib/ldb/modules/ldb_map.c @@ -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; |