Эх сурвалжийг харах

qvm-template-preprocess: remove confusing message

Don't confuse user during normal template install.
Marek Marczykowski-Górecki 3 жил өмнө
parent
commit
ed6aff3b1e

+ 0 - 1
qubesadmin/tools/qvm_template_postprocess.py

@@ -374,7 +374,6 @@ def is_chroot():
             stat_root.st_dev != stat_init_root.st_dev or
             stat_root.st_ino != stat_init_root.st_ino)
     except IOError:
-        print('Stat failed, assuming not chroot', file=sys.stderr)
         return False