diff options
author | Jan Pazdziora <jpazdziora@redhat.com> | 2014-05-06 09:52:21 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2014-05-06 13:51:53 +0200 |
commit | d4e1b05484f41ef7a479861c07685dfe5ca1b73b (patch) | |
tree | 90a8eac255ab377d8135ab6e15e5c1805651a1b2 /install | |
parent | 7cf683b3bc3f8afef6e52d2ff570f2bea77b7a5e (diff) | |
download | freeipa-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>
Diffstat (limited to 'install')
-rwxr-xr-x | install/tools/ipactl | 2 |
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: |