mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
i18n fix
This commit is contained in:
parent
2a8e403092
commit
afcf125d12
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ def service_reload_or_restart(names, test_conf=True):
|
||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
errors = out.decode().strip().split("\n")
|
errors = out.decode().strip().split("\n")
|
||||||
logger.error(
|
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
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue