]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Stop printing out the line number if we fail to hear from the backend.
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 4 Mar 2012 08:09:00 +0000 (21:09 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 4 Mar 2012 08:09:00 +0000 (21:09 +1300)
bin/mythtv-status

index c1b267c52500398763b11b1bda7d784ac0b10270..9d0d8700c7998f8201cbad9bfc070fb235c1279a 100755 (executable)
@@ -655,7 +655,7 @@ sub load_xml {
         if defined $status;
     }
 
-    die "Nothing was received from the MythTV Backend"
+    die "Nothing was received from the MythTV Backend.\n"
       unless defined $status;
     ($charset)  = ($content_type =~ /charset="(\S+?)"/);
   }