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_user.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_user.py')
-rw-r--r-- | ipalib/plugins/f_user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/f_user.py b/ipalib/plugins/f_user.py index d8bb49e2..3adb328c 100644 --- a/ipalib/plugins/f_user.py +++ b/ipalib/plugins/f_user.py @@ -219,7 +219,7 @@ class user_del(crud.Del): # FIXME: do we still want a "special" user? raise SyntaxError("admin required") # raise ipaerror.gen_exception(ipaerror.INPUT_ADMIN_REQUIRED) -# logging.info("IPA: delete_user '%s'" % uid) + self.log.info("IPA: user-del '%s'" % uid) ldap = self.api.Backend.ldap dn = ldap.find_entry_dn("uid", uid) |