Stage failed swap as warning

This commit is contained in:
Fierelier 2023-07-12 04:42:14 +02:00
parent cb6e587f8b
commit 3624233e3f
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ def main():
call(["swapon",ipth("swap")])
except Exception as e:
print(e)
print("Creating swap failed, skipping.")
print("WARNING: Creating swap failed, skipping.")
try:
os.remove(ipth("swap"))
except Exception: