From cbd7d7b73b9571a4030961155f1fe0cbb0f1a3d3 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 16 Jan 2012 11:17:35 +0000 Subject: - Add addressbook name to debug output (#1488304) git-svn-id: https://svn.roundcube.net/trunk@5780 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_ldap.php') 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'])) { -- cgit v1.2.3