Skip to content

Commit

Permalink
Merge pull request #137 from computmaxer/master
Browse files Browse the repository at this point in the history
quote
  • Loading branch information
computmaxer committed May 2, 2014
2 parents 3ed0151 + 2a2cb60 commit a64639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class AUDIT_ACTIONS(object):
AUDIT_ACTIONS.USER_ADDED_TO_GROUP: 'User "%(obj1_name)s" was added to the group "%(obj2_name)s".',
AUDIT_ACTIONS.USER_REMOVED_FROM_GROUP: 'User "%(obj1_name)s" was removed from the group "%(obj2_name)s".',
AUDIT_ACTIONS.SERVER_CREATED: 'Server "%(obj1_name)s" was added.',
AUDIT_ACTIONS.SERVER_DELETED: 'Server "%(obj1_name)s was deleted.',
AUDIT_ACTIONS.SERVER_DELETED: 'Server "%(obj1_name)s" was deleted.',
AUDIT_ACTIONS.PUBLIC_KEY_ADDED: 'Public key for user "%(obj1_name)s" was added.',
AUDIT_ACTIONS.PUBLIC_KEY_DELETED: 'Public key for user "%(obj1_name)s" was deleted.',
AUDIT_ACTIONS.SERVER_GROUP_CREATED: 'Server-group "%(obj1_name)s" was created.',
Expand Down

0 comments on commit a64639e

Please sign in to comment.