svn commit: samba r19243 - in branches: SAMBA_3_0/source/libsmb SAMBA_3_0_23/source/libsmb

gd at samba.org gd at samba.org
Wed Oct 11 12:29:04 GMT 2006


Author: gd
Date: 2006-10-11 12:29:04 +0000 (Wed, 11 Oct 2006)
New Revision: 19243

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

Log:
Fix debug statement.

Guenther

Modified:
   branches/SAMBA_3_0/source/libsmb/namequery.c
   branches/SAMBA_3_0_23/source/libsmb/namequery.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/namequery.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/namequery.c	2006-10-11 11:52:49 UTC (rev 19242)
+++ branches/SAMBA_3_0/source/libsmb/namequery.c	2006-10-11 12:29:04 UTC (rev 19243)
@@ -1057,7 +1057,7 @@
 	if ((name_type != 0x1c) && (name_type != KDC_NAME_TYPE))
 		return False;
 		
-	DEBUG(5,("resolve_hosts: Attempting to resolve DC's for %s using DNS\n",
+	DEBUG(5,("resolve_ads: Attempting to resolve DC's for %s using DNS\n",
 		name));
 			
 	if ( (ctx = talloc_init("resolve_ads")) == NULL ) {

Modified: branches/SAMBA_3_0_23/source/libsmb/namequery.c
===================================================================
--- branches/SAMBA_3_0_23/source/libsmb/namequery.c	2006-10-11 11:52:49 UTC (rev 19242)
+++ branches/SAMBA_3_0_23/source/libsmb/namequery.c	2006-10-11 12:29:04 UTC (rev 19243)
@@ -1034,7 +1034,7 @@
 	if ( name_type != 0x1c )
 		return False;
 		
-	DEBUG(5,("resolve_hosts: Attempting to resolve DC's for %s using DNS\n",
+	DEBUG(5,("resolve_ads: Attempting to resolve DC's for %s using DNS\n",
 		name));
 			
 	if ( (ctx = talloc_init("resolve_ads")) == NULL ) {



More information about the samba-cvs mailing list