This commit is contained in:
h44z
2021-07-20 11:02:17 +02:00
committed by GitHub
parent 91b83d7882
commit 16a373f1eb

View File

@@ -31,7 +31,7 @@ func (s *Server) SyncLdapWithUserDatabase() {
logrus.Errorf("failed to fetch users from ldap: %v", err)
continue
}
logrus.Trace("found %d users in ldap", len(ldapUsers))
logrus.Tracef("found %d users in ldap", len(ldapUsers))
// Update existing LDAP users
s.updateLdapUsers(ldapUsers)