mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
It was a debug print indeed :D
This commit is contained in:
parent
ddf2b49d54
commit
b2a606987c
1 changed files with 0 additions and 1 deletions
|
@ -724,7 +724,6 @@ def _check_if_vulnerable_to_meltdown():
|
||||||
# (e.g. from yunohost)
|
# (e.g. from yunohost)
|
||||||
cache_file = "/tmp/yunohost-meltdown-diagnosis"
|
cache_file = "/tmp/yunohost-meltdown-diagnosis"
|
||||||
dpkg_log = "/var/log/dpkg.log"
|
dpkg_log = "/var/log/dpkg.log"
|
||||||
print(os.path.exists(cache_file))
|
|
||||||
if os.path.exists(cache_file):
|
if os.path.exists(cache_file):
|
||||||
if not os.path.exists(dpkg_log) or os.path.getmtime(cache_file) > os.path.getmtime(dpkg_log):
|
if not os.path.exists(dpkg_log) or os.path.getmtime(cache_file) > os.path.getmtime(dpkg_log):
|
||||||
logger.debug("Using cached results for meltdown checker, from %s" % cache_file)
|
logger.debug("Using cached results for meltdown checker, from %s" % cache_file)
|
||||||
|
|
Loading…
Add table
Reference in a new issue