summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r--source3/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
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;