svn commit: samba r14181 - in branches/SAMBA_4_0/source/dsdb/samdb: .

abartlet at samba.org abartlet at samba.org
Sat Mar 11 02:07:15 GMT 2006


Author: abartlet
Date: 2006-03-11 02:07:14 +0000 (Sat, 11 Mar 2006)
New Revision: 14181

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

Log:
This doesn't need level 1 debug, it happens whenever the DNS name is looked up.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/dsdb/samdb/cracknames.c


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/samdb/cracknames.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/samdb/cracknames.c	2006-03-11 02:06:30 UTC (rev 14180)
+++ branches/SAMBA_4_0/source/dsdb/samdb/cracknames.c	2006-03-11 02:07:14 UTC (rev 14181)
@@ -129,7 +129,7 @@
 			}
 		} while (p);
 	}
-	DEBUG(1, ("LDB_lookup_spn_alias: no alias for service %s applicable\n", alias_from));
+	DEBUG(4, ("LDB_lookup_spn_alias: no alias for service %s applicable\n", alias_from));
 	talloc_free(tmp_ctx);
 	return DRSUAPI_DS_NAME_STATUS_NOT_FOUND;
 }



More information about the samba-cvs mailing list