From 75f82d454fd5d03d538239270f1a6e6d185b87d5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 17 Sep 2007 20:01:47 +0000 Subject: r25200: Fix a debug message. (This used to be commit f1f4758e2c40a470c19b4b738f79ec5807522909) --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_ads.c') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 4a43306666..b180ef7e97 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -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; } -- cgit