Skip to content
Snippets Groups Projects
Commit 1eafa499 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Changed log (refs #22279).

parent e0fa99d1
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ def check_path(p):
print('Partition of %s has less than %s GB available %s(%s GB available)%s.' % (name, min_available_gbytes, RED, available, DEF))
error = True
else:
print('Partition of %s is OK (%s GB available).' % (name, available))
print('Partition of %s has %s GB available.' % (name, available))
else:
print('%s not found, cannot check.' % mount_point)
elif p.get('type') == 'swap':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment