From 9bd23e386b7164f9bcd050036fccd094f1485c78 Mon Sep 17 00:00:00 2001 From: kakwa Date: Mon, 6 Jul 2015 08:32:36 +0200 Subject: [PATCH] fix typo in log --- ldapcherry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldapcherry/__init__.py b/ldapcherry/__init__.py index af04f9b..7f21fde 100644 --- a/ldapcherry/__init__.py +++ b/ldapcherry/__init__.py @@ -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(