From 63b8bf1df43e8eaa57397938fd827b2cdcdf667d Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 29 Nov 2007 18:57:05 +1300 Subject: [PATCH] Fix the verbose output about the XML version. --- bin/mythtv-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}); -- 2.30.2