Display this as info, makes more sense

This commit is contained in:
Alexandre Aubin 2018-08-02 16:30:00 +02:00
parent c069f8621c
commit 934a19cea2

View file

@ -419,7 +419,7 @@ class UnitOperation(object):
name=self.name, desc=desc) + "</strong>"
else:
msg = m18n.n('log_help_to_get_failed_log', name=self.name, desc=desc)
logger.warning(msg)
logger.info(msg)
self.flush()
return msg