svn commit: samba r9948 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

jelmer at samba.org jelmer at samba.org
Fri Sep 2 11:33:35 GMT 2005


Author: jelmer
Date: 2005-09-02 11:33:35 +0000 (Fri, 02 Sep 2005)
New Revision: 9948

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9948

Log:
Be a bit less verbose

Modified:
   branches/SAMBA_4_0/source/lib/ldb/modules/ldb_map.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/modules/ldb_map.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/modules/ldb_map.c	2005-09-02 11:03:59 UTC (rev 9947)
+++ branches/SAMBA_4_0/source/lib/ldb/modules/ldb_map.c	2005-09-02 11:33:35 UTC (rev 9948)
@@ -483,7 +483,7 @@
 		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;
 



More information about the samba-cvs mailing list