From 06ea7f144ac092a659532e790e92fcd10ef3eeaa Mon Sep 17 00:00:00 2001
From: Günther Deschner <gd@samba.org>
Date: Wed, 11 Oct 2006 12:29:04 +0000
Subject: r19243: Fix debug statement.

Guenther
(This used to be commit 4b9d79147ae81fb701abf02dc046076f606443b6)
---
 source3/libsmb/namequery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'source3')

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 ) {
-- 
cgit