]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
The backend returns diskspace in MB, not GB. Thanks to Marc <drayson@net1plus.com...
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 20 Jan 2008 23:50:21 +0000 (12:50 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 20 Jan 2008 23:50:21 +0000 (12:50 +1300)
bin/mythtv-status

index b867e32e20b5b22c0e1693f05d8c19ca3837afb7..24ada2d7825faa434d03895a93f291ba2a3d9612 100755 (executable)
@@ -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 {