Fix log statement

This commit is contained in:
Maxime Dor
2017-08-04 15:12:05 +02:00
parent e0701823d6
commit 457ea9962b

View File

@@ -82,7 +82,7 @@ class LdapProvider implements IThreePidProvider {
Attribute attribute = entry.get(ldapCfg.getAttribute())
if (attribute == null) {
log.info("DN {}: no attribute {}, skpping", ldapCfg.getAttribute())
log.info("DN {}: no attribute {}, skpping", entry.getDn(), ldapCfg.getAttribute())
continue
}