diff options
author | Günther Deschner <gd@samba.org> | 2006-10-11 12:29:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:25 -0500 |
commit | 06ea7f144ac092a659532e790e92fcd10ef3eeaa (patch) | |
tree | 48ac8c45c81b0de76c5d71ba2081482e86363e95 /source3/libsmb | |
parent | 1843884fbfcd2170c216f2ee33524d2bdb9231da (diff) | |
download | samba-06ea7f144ac092a659532e790e92fcd10ef3eeaa.tar.gz samba-06ea7f144ac092a659532e790e92fcd10ef3eeaa.tar.bz2 samba-06ea7f144ac092a659532e790e92fcd10ef3eeaa.zip |
r19243: Fix debug statement.
Guenther
(This used to be commit 4b9d79147ae81fb701abf02dc046076f606443b6)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/namequery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index aeeeb3372c..44932066b9 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -1057,7 +1057,7 @@ static BOOL resolve_ads(const char *name, int name_type, if ((name_type != 0x1c) && (name_type != KDC_NAME_TYPE)) return False; - DEBUG(5,("resolve_hosts: Attempting to resolve DC's for %s using DNS\n", + DEBUG(5,("resolve_ads: Attempting to resolve DC's for %s using DNS\n", name)); if ( (ctx = talloc_init("resolve_ads")) == NULL ) { |