Opened 18 years ago

Closed 18 years ago

#1763 closed patch (fixed)

More verbose logging on DVB channel change

Reported by: Dibblah Owned by: danielk
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

This patch changes the output format of a DVB channel change from:

2006-05-02 17:29:03.438 DVBChan(1): Old Params: freq(841833330) type(OFDM)
                        DVBChan(1): New Params: freq(850000000) type(OFDM)

To:

2006-05-02 19:10:27.636 DVBChan(1): Old Params: Frequency: 578000000 BW: 8MHz HP: 2/3 LP: 1/2C: QAM-64 TM: 2K H: None GI: 1/32
                         DVBChan(1): New Params: Frequency: 578000000 BW: 8MHz HP: 2/3 LP: 1/2C: QAM-64 TM: 2K H: None GI: 1/32

Which gives more information during debugging.

Attachments (2)

moreverbosetuning.patch (598 bytes) - added by Dibblah 18 years ago.
moreverbosetuning2.patch (1.1 KB) - added by Dibblah 18 years ago.
This patch includes the previous change and removes a (now) redundant toString from dvbtypes

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by Dibblah

Attachment: moreverbosetuning.patch added

Changed 18 years ago by Dibblah

Attachment: moreverbosetuning2.patch added

This patch includes the previous change and removes a (now) redundant toString from dvbtypes

comment:1 Changed 18 years ago by Dibblah

Type: defectpatch

Please ignore the second patch for the moment - It appears to be used somewhere else as well.

comment:2 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [9904]) Fixes #1763. This makes DVBChannel::Tune() more informative, esp for DVB-S (in mythtv-eit branch).

Note: See TracTickets for help on using tickets.