Fix log statement
This commit is contained in:
@@ -82,7 +82,7 @@ class LdapProvider implements IThreePidProvider {
|
|||||||
|
|
||||||
Attribute attribute = entry.get(ldapCfg.getAttribute())
|
Attribute attribute = entry.get(ldapCfg.getAttribute())
|
||||||
if (attribute == null) {
|
if (attribute == null) {
|
||||||
log.info("DN {}: no attribute {}, skpping", ldapCfg.getAttribute())
|
log.info("DN {}: no attribute {}, skpping", entry.getDn(), ldapCfg.getAttribute())
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user