Fix wrong log-level for debug output
This commit is contained in:
committed by
Ralf Haferkamp
parent
5efc3c51a1
commit
ace1d70ba8
@@ -922,7 +922,7 @@ func (i *LDAP) removeEntryByDNAndAttributeFromEntry(entry *ldap.Entry, dn string
|
||||
}
|
||||
|
||||
currentValues := entry.GetEqualFoldAttributeValues(attribute)
|
||||
i.logger.Error().Interface("members", currentValues).Msg("current values")
|
||||
i.logger.Debug().Interface("members", currentValues).Msg("current values")
|
||||
found := false
|
||||
for _, currentValue := range currentValues {
|
||||
if currentValue == "" {
|
||||
|
||||
Reference in New Issue
Block a user