From 1eafa499b3521c7401b954090c8c598be23e3b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Wed, 23 Aug 2017 10:10:11 +0200 Subject: [PATCH] Changed log (refs #22279). --- tests/test_partitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_partitions.py b/tests/test_partitions.py index 9bd4306d..f842f3f0 100755 --- a/tests/test_partitions.py +++ b/tests/test_partitions.py @@ -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': -- GitLab