diff --git a/tests/test_backup.py b/tests/test_backup.py
index f67e50aa0e2c6c532aac4e5575c41b7c5ca4d028..f2d2fd43372b76935a697bd453f58aaf32797c24 100755
--- a/tests/test_backup.py
+++ b/tests/test_backup.py
@@ -60,6 +60,7 @@ def test_backup_space(server):
             print('There is less than 20% of available space for backups')
             return False
         else:
+            print('There is %s%% of free space' % used_perc)
             return True
     else:
         print('Failed to check backup space')