mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
Adding verb to error message to make it less confusing.
Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
7cf683b3bc
commit
d4e1b05484
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user