[mythtv-commits] [MythTV/mythtv] e01113: Change "Wrong PMT" messages from LOG_ERROR to LOG_...

kmdewaal noreply at github.com
Wed Dec 25 10:59:57 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: e01113eadb2fb84da908b6a8bb637c2cda99702b
      https://github.com/MythTV/mythtv/commit/e01113eadb2fb84da908b6a8bb637c2cda99702b
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-12-25 (Wed, 25 Dec 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mpeg/mpegstreamdata.h
    M mythtv/libs/libmythtv/recorders/dtvrecorder.cpp
    M mythtv/libs/libmythtv/recorders/dtvsignalmonitor.cpp

  Log Message:
  -----------
  Change "Wrong PMT" messages from LOG_ERROR to LOG_DEBUG

The "Wrong PMT" messages from DTVSignalMonitor::HandlePMT appear
always when changing channels in Live TV.
What happens is that all programs in the PAT of that multiplex are
tried in sequence to find the correct channel. This is done only
in Live TV, not in recordings.
As this message gives information about the flow of the
program execution and does not indicate an error the message
is now categorized as LOG_DEBUG and not as LOG_ERROR.
Also, the error class is now set to CHANNEL instead of GENERAL.




More information about the mythtv-commits mailing list