]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Fix the verbose output about the XML version.
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 29 Nov 2007 05:57:05 +0000 (18:57 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Thu, 29 Nov 2007 05:57:05 +0000 (18:57 +1300)
bin/mythtv-status

index ac5cff6522722d1ef1bb7c587b427d6a72b345c9..857c568ee56b2fe302486a93528f5c69b232bf5e 100755 (executable)
@@ -398,7 +398,7 @@ sub process_xml {
       unless defined $result && $result ne '';
 
     warn "We have the correct version of the XML protocol\n"
-      if defined $verbose;
+      if $verbose;
   }
 
   my $items = $xml->documentElement->find($block->{'xpath'});