s3-net: Fix DEBUG() location.
authorGünther Deschner <gd@samba.org>
Mon, 1 Oct 2012 14:19:28 +0000 (16:19 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 2 Oct 2012 16:06:17 +0000 (18:06 +0200)
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

source3/utils/net_ads.c

index 7648dc77977370d743adef7f79adbcb01b5ba437..c12225162a93014c0fda65dbf7408eb34acc1ca3 100644 (file)
@@ -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;
                }