From 7751d03a1e18a94de1f54f6ba4143b52d8c53180 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 1 Oct 2012 16:19:28 +0200 Subject: [PATCH] s3-net: Fix DEBUG() location. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User(master): Günther Deschner Autobuild-Date(master): Tue Oct 2 18:06:17 CEST 2012 on sn-devel-104 --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 7648dc77977..c12225162a9 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1195,7 +1195,7 @@ static NTSTATUS net_update_dns_internal(struct net_context *c, &nameservers, &ns_count); if ( !NT_STATUS_IS_OK(status) || (ns_count == 0)) { - DEBUG(3,("net_ads_join: Failed to find name server for the %s " + DEBUG(3,("net_update_dns_internal: Failed to find name server for the %s " "realm\n", ads->config.realm)); goto done; } -- 2.34.1