mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 17:34:21 +01:00
fix typo in log
This commit is contained in:
parent
1f0cc50d58
commit
9bd23e386b
@ -587,7 +587,7 @@ class LdapCherry(object):
|
||||
username = str(sess.get(SESSION_KEY, None))
|
||||
badd = self._modify_attrs(params, self.attributes.get_selfattributes(), username)
|
||||
cherrypy.log.error(
|
||||
msg = "user '" + username + "' modified its attributes",
|
||||
msg = "user '" + username + "' modified his attributes",
|
||||
severity = logging.INFO
|
||||
)
|
||||
cherrypy.log.error(
|
||||
|
Loading…
Reference in New Issue
Block a user