From: Andrew Ruthven Date: Thu, 29 Nov 2007 05:57:05 +0000 (+1300) Subject: Fix the verbose output about the XML version. X-Git-Tag: 0.6.0~30 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b8bf1df43e8eaa57397938fd827b2cdcdf667d;p=mythtv-status.git Fix the verbose output about the XML version. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index ac5cff6..857c568 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -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'});