svn commit: samba r25200 - in branches: SAMBA_3_2/source/utils SAMBA_3_2_0/source/utils

obnox at samba.org obnox at samba.org
Mon Sep 17 20:01:49 GMT 2007


Author: obnox
Date: 2007-09-17 20:01:47 +0000 (Mon, 17 Sep 2007)
New Revision: 25200

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

Log:
Fix a debug message.


Modified:
   branches/SAMBA_3_2/source/utils/net_ads.c
   branches/SAMBA_3_2_0/source/utils/net_ads.c


Changeset:
Modified: branches/SAMBA_3_2/source/utils/net_ads.c
===================================================================
--- branches/SAMBA_3_2/source/utils/net_ads.c	2007-09-17 19:43:06 UTC (rev 25199)
+++ branches/SAMBA_3_2/source/utils/net_ads.c	2007-09-17 20:01:47 UTC (rev 25200)
@@ -1406,7 +1406,7 @@
 
 	num_addrs = get_my_ip_address( &iplist );
 	if ( num_addrs <= 0 ) {
-		DEBUG(4,("net_ads_join: Failed to find my non-loopback IP "
+		DEBUG(4,("net_update_dns: Failed to find my non-loopback IP "
 			 "addresses!\n"));
 		return NT_STATUS_INVALID_PARAMETER;
 	}

Modified: branches/SAMBA_3_2_0/source/utils/net_ads.c
===================================================================
--- branches/SAMBA_3_2_0/source/utils/net_ads.c	2007-09-17 19:43:06 UTC (rev 25199)
+++ branches/SAMBA_3_2_0/source/utils/net_ads.c	2007-09-17 20:01:47 UTC (rev 25200)
@@ -1406,7 +1406,7 @@
 
 	num_addrs = get_my_ip_address( &iplist );
 	if ( num_addrs <= 0 ) {
-		DEBUG(4,("net_ads_join: Failed to find my non-loopback IP "
+		DEBUG(4,("net_update_dns: Failed to find my non-loopback IP "
 			 "addresses!\n"));
 		return NT_STATUS_INVALID_PARAMETER;
 	}



More information about the samba-cvs mailing list