summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-16 11:17:35 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-16 11:17:35 +0000
commitcbd7d7b73b9571a4030961155f1fe0cbb0f1a3d3 (patch)
treec9054f9586f7e20396fe47cbf11b8375565328e8
parentbca3946ee720cbd5c2f4cccbcda07d4fef3a1e01 (diff)
- Add addressbook name to debug output (#1488304)
git-svn-id: https://svn.roundcube.net/trunk@5780 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/include/rcube_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php
index 2497138eb..7b33655e9 100644
--- a/roundcubemail/program/include/rcube_ldap.php
+++ b/roundcubemail/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']))
{