Better log

This commit is contained in:
Laurent Destailleur 2021-11-06 19:27:50 +01:00
parent dbf330b49c
commit 65105a3e05

View File

@ -261,7 +261,7 @@ class Ldap
}
// Try in anonymous
if (!$this->bind) {
dol_syslog(get_class($this)."::connect_bind try bind on ".$host, LOG_DEBUG);
dol_syslog(get_class($this)."::connect_bind try bind anonymously on ".$host, LOG_DEBUG);
$result = $this->bind();
if ($result) {
$this->bind = $this->result;