mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Display this as info, makes more sense
This commit is contained in:
parent
c069f8621c
commit
934a19cea2
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class UnitOperation(object):
|
||||||
name=self.name, desc=desc) + "</strong>"
|
name=self.name, desc=desc) + "</strong>"
|
||||||
else:
|
else:
|
||||||
msg = m18n.n('log_help_to_get_failed_log', name=self.name, desc=desc)
|
msg = m18n.n('log_help_to_get_failed_log', name=self.name, desc=desc)
|
||||||
logger.warning(msg)
|
logger.info(msg)
|
||||||
self.flush()
|
self.flush()
|
||||||
return msg
|
return msg
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue