From 8764b6ecf0c8d1b0646915a8139cdf6bbac2ca14 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 16 Jan 2012 11:17:35 +0000 Subject: - Add addressbook name to debug output (#1488304) --- program/include/rcube_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php index 2497138eb..7b33655e9 100644 --- a/program/include/rcube_ldap.php +++ b/program/include/rcube_ldap.php @@ -176,7 +176,7 @@ class rcube_ldap extends rcube_addressbook $host = idn_to_ascii(rcube_parse_host($host)); $hostname = $host.($this->prop['port'] ? ':'.$this->prop['port'] : ''); - $this->_debug("C: Connect [$hostname]"); + $this->_debug("C: Connect [$hostname] [{$this->prop['name']}]"); if ($lc = @ldap_connect($host, $this->prop['port'])) { -- cgit v1.2.3