diff options
author | Michael Adam <obnox@samba.org> | 2007-09-17 20:01:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:51 -0500 |
commit | 75f82d454fd5d03d538239270f1a6e6d185b87d5 (patch) | |
tree | 3df702655d02d5604637d427e34e4b1410fc0df9 | |
parent | 38ffbd2893ceac2a45cef3694364c34262ef5fa9 (diff) | |
download | samba-75f82d454fd5d03d538239270f1a6e6d185b87d5.tar.gz samba-75f82d454fd5d03d538239270f1a6e6d185b87d5.tar.bz2 samba-75f82d454fd5d03d538239270f1a6e6d185b87d5.zip |
r25200: Fix a debug message.
(This used to be commit f1f4758e2c40a470c19b4b738f79ec5807522909)
-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 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; } |