diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-10-31 17:03:10 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-11-03 13:14:46 -0500 |
commit | dd9206deb62c1c96344d2280f672353a53a7fd11 (patch) | |
tree | 88644a1b8daf0a9a672d1ddc53da8d564c4c2216 /ipalib/plugins/f_group.py | |
parent | f18c84444d4ed87d79f3cb41156c6b66f49ccac3 (diff) | |
download | freeipa.git-dd9206deb62c1c96344d2280f672353a53a7fd11.tar.gz freeipa.git-dd9206deb62c1c96344d2280f672353a53a7fd11.tar.xz freeipa.git-dd9206deb62c1c96344d2280f672353a53a7fd11.zip |
Uncomment some logging statements ported over from v1.
Diffstat (limited to 'ipalib/plugins/f_group.py')
-rw-r--r-- | ipalib/plugins/f_group.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/f_group.py b/ipalib/plugins/f_group.py index 13af14c1..9df83a29 100644 --- a/ipalib/plugins/f_group.py +++ b/ipalib/plugins/f_group.py @@ -111,7 +111,7 @@ class group_del(crud.Del): ldap = self.api.Backend.ldap dn = ldap.find_entry_dn("cn", cn, "posixGroup") -# logging.info("IPA: delete_group '%s'" % dn) + self.log.info("IPA: group-del '%s'" % dn) # Don't allow the default user group to be removed config=ldap.get_ipa_config() |