Opened 13 years ago
Closed 13 years ago
#4865 closed patch (fixed)
Missing newline in MythTV.pm error message
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | perl / nuvexport | Version: | 0.21-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
One of the die messages is:
No backends found. Please copy /root/.mythtv/config.xml from aworking MythTV installation instead.
There is a missing newline character which causea "a" and "working" to be run together.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | 0001-Add-a-missing-newline-to-a-die-message.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [16401]) Fix some missing spaces.
Closes #4865.