lib/ext

Aleksander Machniak machniak at kolabsys.com
Mon Jun 17 09:49:09 CEST 2013


 lib/ext/Net/LDAP3.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d181a4079f8c6a3ad998b4f05372683e2b1edd5e
Author: Aleksander Machniak <alec at alec.pl>
Date:   Mon Jun 17 09:48:44 2013 +0200

    Replace Log::trace() with $this->_debug()

diff --git a/lib/ext/Net/LDAP3.php b/lib/ext/Net/LDAP3.php
index 3e9c849..f1e0f3b 100644
--- a/lib/ext/Net/LDAP3.php
+++ b/lib/ext/Net/LDAP3.php
@@ -673,7 +673,7 @@ class Net_LDAP3
 
         $unique_attr = $this->config_get('unique_attribute', 'nsuniqueid');
 
-        Log::trace("Using unique_attribute " . var_export($unique_attr, TRUE) . " at " . __FILE__ . ":" . __LINE__);
+        $this->_debug("Using unique_attribute " . var_export($unique_attr, TRUE) . " at " . __FILE__ . ":" . __LINE__);
 
         $attributes  = array_merge(array($unique_attr => $subject), (array)$attributes);
         $subject     = $this->entry_find_by_attribute($attributes, $base_dn);





More information about the commits mailing list