r25200: Fix a debug message.
authorMichael Adam <obnox@samba.org>
Mon, 17 Sep 2007 20:01:47 +0000 (20:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:51 +0000 (12:30 -0500)
source/utils/net_ads.c

index 4a4330666613bdb2d514272b09d9b7f0db0d33e7..b180ef7e97ce3b46cd2178e4f99843f7941b2c7d 100644 (file)
@@ -1406,7 +1406,7 @@ static NTSTATUS net_update_dns(TALLOC_CTX *mem_ctx, ADS_STRUCT *ads)
 
        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;
        }