avocado.sysinfo: Add info message about missing system log

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 91bad665
......@@ -395,8 +395,8 @@ class SysInfo(object):
# we have to probe and find out the correct path.
try:
self.end_test_loggables.add(self._get_syslog_watcher())
except ValueError:
pass
except ValueError, details:
log.info(details)
for filename in _DEFAULT_FILES_START_TEST:
self.start_test_loggables.add(Logfile(filename))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册