summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcrit@rhel1.greyoak.com>2008-04-15 21:26:37 -0400
committerRob Crittenden <rcrit@rhel1.greyoak.com>2008-04-15 21:27:04 -0400
commit78bdb752917f43bc73cc55ebdda987237d0c1d0c (patch)
tree3d9eedcdc2cb6d056bc94b5bf98f87540300c59e
parent4eb7c51e59dee8348463e83a50e7fba2f1cf2677 (diff)
downloadfreeipa-78bdb752917f43bc73cc55ebdda987237d0c1d0c.tar.gz
freeipa-78bdb752917f43bc73cc55ebdda987237d0c1d0c.tar.xz
freeipa-78bdb752917f43bc73cc55ebdda987237d0c1d0c.zip
Move print statement to the correct scope so it displays both lock and unlock.
442625
-rw-r--r--ipa-admintools/ipa-lockuser2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-lockuser b/ipa-admintools/ipa-lockuser
index 65342e0b..6e0361fe 100644
--- a/ipa-admintools/ipa-lockuser
+++ b/ipa-admintools/ipa-lockuser
@@ -59,7 +59,7 @@ def main():
return 0
except:
raise
- print args[1] + " successfully %s" % msg
+ print args[1] + " successfully %s" % msg
return 0