From 8764b6ecf0c8d1b0646915a8139cdf6bbac2ca14 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 16 Jan 2012 06:17:35 -0500 Subject: [PATCH] - Add addressbook name to debug output (#1488304) --- program/include/rcube_ldap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php index 2497138..7b33655 100644 --- a/program/include/rcube_ldap.php +++ b/program/include/rcube_ldap.php @@ -176,7 +176,7 @@ $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'])) { -- Gitblit v1.9.1