Opened 10 years ago
Closed 10 years ago
Last modified 10 years ago
#9127 closed patch (Fixed)
[PATCH] mythbackend setverbose command line option parsing
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | MythTV - General | Version: | Master Head |
Severity: | low | Keywords: | mythbackend setverbose |
Cc: | Ticket locked: | no |
Description
Passing a valid --setverbose option string to mythbackend results in an "Invalid argument" error exit. This prevents changing mythbackend's log detail after startup as a daemon.
The problem is with MythCommandLineParser::PreParse? in mythcommandlineparser.cpp which should return true when a valid option is detected. The attached patch fixes this.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | mythclp.diff added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → Fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Milestone: | unknown → 0.24 |
---|
Note: See
TracTickets for help on using
tickets.
mythbackend setverbose option fix