mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Adding verb to error message to make it less confusing.
Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
7cf683b3bc
commit
d4e1b05484
@@ -232,7 +232,7 @@ def ipa_start(options):
|
|||||||
try:
|
try:
|
||||||
svc_list = get_config(dirsrv)
|
svc_list = get_config(dirsrv)
|
||||||
except Exception, e:
|
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")
|
emit_err("Shutting down")
|
||||||
|
|
||||||
if not options.force:
|
if not options.force:
|
||||||
|
Reference in New Issue
Block a user