Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kakwa/ldapcherry
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Nov 4, 2015
2 parents 13f9f73 + 5caedc9 commit 00db6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldapcherry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def _deleteuser(self, username):
)

cherrypy.log.error(
msg="User '" + username + "' deleted by '" + admin + "'" ,
msg="User '" + username + "' deleted by '" + admin + "'",
severity=logging.INFO
)

Expand Down

0 comments on commit 00db6ae

Please sign in to comment.