This commit is contained in:
Alexandre Aubin 2021-09-05 17:39:39 +02:00
parent 2a8e403092
commit afcf125d12

View file

@ -288,7 +288,7 @@ def service_reload_or_restart(names, test_conf=True):
if p.returncode != 0:
errors = out.decode().strip().split("\n")
logger.error(
m18n.n("service_not_reloading_because_conf_broken", errors=errors)
m18n.n("service_not_reloading_because_conf_broken", name=name, errors=errors)
)
continue