s3: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Sun, 27 Feb 2011 15:11:36 +0000 (16:11 +0100)
committerVolker Lendecke <vlendec@samba.org>
Sun, 27 Feb 2011 15:59:19 +0000 (16:59 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Feb 27 16:59:19 CET 2011 on sn-devel-104

source3/winbindd/idmap_ad.c

index 91eb7c7c96df5dd37c02f3da50a738cbcbfff8ad..32a3e17069209f7a856106508f2ee12d4859ade0 100644 (file)
@@ -143,10 +143,11 @@ static ADS_STATUS ad_idmap_cached_connection_internal(struct idmap_domain *dom)
        /* setup server affinity */
 
        get_dc_name(dom->name, realm, dc_name, &dc_ip );
-       
+
        status = ads_connect(ads);
        if (!ADS_ERR_OK(status)) {
-               DEBUG(1, ("ad_idmap_init: failed to connect to AD\n"));
+               DEBUG(1, ("ad_idmap_cached_connection_internal: failed to "
+                         "connect to AD\n"));
                ads_destroy(&ads);
                return status;
        }