Opened 5 years ago

Closed 5 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)

20190204-dtvsignalmonitor-debug.patch (1.7 KB) - added by Klaas de Waal 5 years ago.

Download all attachments as: .zip

Change History (4)

Changed 5 years ago by Klaas de Waal

comment:1 Changed 5 years ago by Klaas de Waal

Owner: set to Klaas de Waal
Status: newaccepted

comment:2 Changed 5 years ago by Klaas de Waal

Milestone: needs_triage31.0

comment:3 Changed 5 years ago by Klaas de Waal <kdewaal@…>

Resolution: fixed
Status: acceptedclosed

In d75a113506/mythtv:

Use the correct function name in the DBG_SM debug message macro's.

Fixes #13395

Signed-off-by: Klaas de Waal <kdewaal@…>

Note: See TracTickets for help on using tickets.