fix typo in log

This commit is contained in:
kakwa 2015-07-06 08:32:36 +02:00
parent 1f0cc50d58
commit 9bd23e386b
1 changed files with 1 additions and 1 deletions

View File

@ -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(