Adding verb to error message to make it less confusing.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Jan Pazdziora 2014-05-06 09:52:21 +02:00 committed by Petr Vobornik
parent 7cf683b3bc
commit d4e1b05484

View File

@ -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: