Opened 6 years ago
Closed 6 years ago
#13395 closed Patch - Bug Fix (fixed)
Function names in debug messages in dtvsignalmonitor.cpp
Reported by: | Klaas de Waal | Owned by: | Klaas de Waal |
---|---|---|---|
Priority: | minor | Milestone: | 31.0 |
Component: | MythTV - DVB | Version: | Master Head |
Severity: | low | Keywords: | DVB debug DBG_SM |
Cc: | Stuart Auchterlonie | Ticket locked: | no |
Description
In dtvsignalmonitor.cpp the debug macro DBG_SM is used which has the function name as the first parameter.
However, in some places DBG_SM is used with a wrong function name.
For example, in function HandleSDT() the debug message uses the name SetSDT(). Possibly the function name has once been changed but the debug message has not.
The attached patch updates the function names in the debug messages where needed.
Attachments (1)
Change History (4)
Changed 6 years ago by
Attachment: | 20190204-dtvsignalmonitor-debug.patch added |
---|
comment:1 Changed 6 years ago by
Owner: | set to Klaas de Waal |
---|---|
Status: | new → accepted |
comment:2 Changed 6 years ago by
Milestone: | needs_triage → 31.0 |
---|
comment:3 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In d75a113506/mythtv: