From ab256c6c0cf5af22618d86df9f2dc5d4b34dc1b2 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 21 Jan 2008 12:50:21 +1300 Subject: [PATCH] The backend returns diskspace in MB, not GB. Thanks to Marc for letting me know! --- bin/mythtv-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mythtv-status b/bin/mythtv-status index b867e32..24ada2d 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -225,7 +225,7 @@ my @blocks = ( 'protocol_version' => [ "<= 31" ], 'attrs' => [ qw/_total_total _total_used/ ], 'commify' => [ qw/_total_total _total_used/ ], - 'template' => "Total space is ___total_total__ GB, with ___total_used__ GB used (__percent__)", + 'template' => "Total space is ___total_total__ MB, with ___total_used__ MB used (__percent__)", 'format' => 'one line', 'subs' => { 'percent' => sub { -- 2.30.2