- Add addressbook name to debug output (#1488304)

pull/1/head
alecpl 13 years ago
parent e493c842a5
commit 8764b6ecf0

@ -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']))
{

Loading…
Cancel
Save