diff options
author | Günther Deschner <gd@samba.org> | 2012-10-01 16:19:28 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2012-10-02 18:06:17 +0200 |
commit | 7751d03a1e18a94de1f54f6ba4143b52d8c53180 (patch) | |
tree | 55770b92051bf9be0b41075d8ea52c62aa9f89fe /source3 | |
parent | 0eded14f19806e87b2205677064d1413bcb86d38 (diff) | |
download | samba-7751d03a1e18a94de1f54f6ba4143b52d8c53180.tar.gz samba-7751d03a1e18a94de1f54f6ba4143b52d8c53180.tar.bz2 samba-7751d03a1e18a94de1f54f6ba4143b52d8c53180.zip |
s3-net: Fix DEBUG() location.
Guenther
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Tue Oct 2 18:06:17 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 7648dc7797..c12225162a 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; } |