From: Günther Deschner Date: Mon, 1 Oct 2012 14:19:28 +0000 (+0200) Subject: s3-net: Fix DEBUG() location. X-Git-Tag: talloc-2.0.8~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7751d03a1e18a94de1f54f6ba4143b52d8c53180;p=thirdparty%2Fsamba.git s3-net: Fix DEBUG() location. Guenther Autobuild-User(master): Günther Deschner Autobuild-Date(master): Tue Oct 2 18:06:17 CEST 2012 on sn-devel-104 --- 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; }