Bug #2552
Incomplete parsing when adding debugging options on tvh web interface
100%
Description
I activated debugging on the web gui of tvh and under "Trace subsystems:" I entered:
satip, httpc
Note the space after the comma!
While satip was traced, httpc never was! I noticed after pressing F5 to refresh the website, my entry appears changed into:
satip, httpc
Note the space before httpc! My guess is the second plus invoked attempts to trace a space, and the httpc is completely ignored.
A trim command added to the parser might eliminate such a space-problem?
Files
History
Updated by ullix tv almost 10 years ago
- File parser.png parser.png added
Ooops, the editor has dropped the plus signs oif my edit. The second line should read:
"+satip,+ httpc" (in words: plus-sign satip comma plus-sign space httpc)
I am attaching a screenshot too
Updated by Jaroslav Kysela almost 10 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|85a5d7c4d25ceac15153dde529d1fdcb1b71ab1a.