summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-05-06 09:52:21 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-05-06 13:51:53 +0200
commitd4e1b05484f41ef7a479861c07685dfe5ca1b73b (patch)
tree90a8eac255ab377d8135ab6e15e5c1805651a1b2
parent7cf683b3bc3f8afef6e52d2ff570f2bea77b7a5e (diff)
downloadfreeipa-d4e1b05484f41ef7a479861c07685dfe5ca1b73b.tar.gz
freeipa-d4e1b05484f41ef7a479861c07685dfe5ca1b73b.tar.xz
freeipa-d4e1b05484f41ef7a479861c07685dfe5ca1b73b.zip
Adding verb to error message to make it less confusing.
Reviewed-By: Tomas Babej <tbabej@redhat.com>
-rwxr-xr-xinstall/tools/ipactl2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipactl b/install/tools/ipactl
index 202081d45..fd2913227 100755
--- a/install/tools/ipactl
+++ b/install/tools/ipactl
@@ -232,7 +232,7 @@ def ipa_start(options):
try:
svc_list = get_config(dirsrv)
except Exception, e:
- emit_err("Failed to data from service file: " + str(e))
+ emit_err("Failed to read data from service file: " + str(e))
emit_err("Shutting down")
if not options.force: