From 424d7640b8d3a3e7f464ae429322b943985c11fe Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 13 Oct 2006 09:44:54 +0000 Subject: r19263: Be more accurate in telling what the sitename problem is in this DEBUG statement. Guenther (This used to be commit 62928734b820f512f940c1ed79048e14b322d060) --- source3/libads/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 6077231ae2..2b36d5575e 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -133,7 +133,7 @@ BOOL ads_sitename_match(ADS_STRUCT *ads) DEBUG(10,("ads_sitename_match: name %s match\n", ads->config.server_site_name)); return True; } - DEBUG(10,("ads_sitename_match: no match %s %s\n", + DEBUG(10,("ads_sitename_match: no match between server: %s and client: %s\n", ads->config.server_site_name ? ads->config.server_site_name : "NULL", ads->config.client_site_name ? ads->config.client_site_name : "NULL")); return False; -- cgit