mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Since info is now always displayed, move this message to debug instead
This commit is contained in:
parent
3bd14aa6fd
commit
c069f8621c
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ class UnitOperation(object):
|
|||
msg = m18n.n('log_link_to_log', name=self.name, desc=desc)
|
||||
else:
|
||||
msg = m18n.n('log_help_to_get_log', name=self.name, desc=desc)
|
||||
logger.info(msg)
|
||||
logger.debug(msg)
|
||||
else:
|
||||
if is_api:
|
||||
msg = "<strong>" + m18n.n('log_link_to_failed_log',
|
||||
|
|
Loading…
Add table
Reference in a new issue