[mythtv-commits] [MythTV/mythtv] 62af47: add missing(?) log message when grabber interrupted

Gary Buhrmaster noreply at github.com
Thu Jul 16 16:23:00 UTC 2020


  Branch: refs/heads/fixes/31
  Home:   https://github.com/MythTV/mythtv
  Commit: 62af47c971c30d2201705302ab260147b7fffd26
      https://github.com/MythTV/mythtv/commit/62af47c971c30d2201705302ab260147b7fffd26
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M mythtv/programs/mythfilldatabase/filldata.cpp

  Log Message:
  -----------
  add missing(?) log message when grabber interrupted

Signed-off-by: David Hampton <mythtv at love2code.net>
(cherry picked from commit da860e00f7ca51e709485cb7358546a551b46828)


  Commit: 396dd023e60aecf667d2e7affa63bb18b468c660
      https://github.com/MythTV/mythtv/commit/396dd023e60aecf667d2e7affa63bb18b468c660
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M mythtv/programs/mythfilldatabase/filldata.cpp

  Log Message:
  -----------
  eliminate extranous LOC in logging

All the other LOG_ERR logging in mythfilldata do not
include the LOC field.  Eliminate it for consistency
in the logging output

Signed-off-by: David Hampton <mythtv at love2code.net>
(cherry picked from commit a8eeda8f0ed97cc6aca025d2a517110eb11b5aa9)


  Commit: 85dec4804c286483794bb4d11646ef1ff910c0ee
      https://github.com/MythTV/mythtv/commit/85dec4804c286483794bb4d11646ef1ff910c0ee
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M mythtv/programs/mythfilldatabase/filldata.cpp

  Log Message:
  -----------
  Enable output from the grabber to be logged

Invoke the running of the grabber such that the output is
actually captured and logged if the verbose xmltv option
is specified (the header/trailer implies that at some time
in the past the output was made available in the logs, but
it has not been included for some time).

Signed-off-by: David Hampton <mythtv at love2code.net>
(cherry picked from commit be1c88665a79e654f12f818944732101b0fcbcfc)


  Commit: 8602e978777fc20bea760ff37b620017f77a1fc1
      https://github.com/MythTV/mythtv/commit/8602e978777fc20bea760ff37b620017f77a1fc1
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/programdata.cpp

  Log Message:
  -----------
  Update XMLTV loglevel in programdata

Change the loglevel in programdata to be the same as
EIT updates for the equivalent changes (i.e. debug).
This allows a run of mythfilldatabase with the options
of --verbose general,xmltv with the default loglevel
of info to not blather on about the expected case of
adding, deleting, updating programs (i.e. making the
usage easier to review), but just include the XMLTV
logging that likely matters for the average use case.

Last of four patches. Fixes #13633.

Signed-off-by: David Hampton <mythtv at love2code.net>
(cherry picked from commit 6e61aa988fe1cbc260798d5be53c496f66b04f4f)


Compare: https://github.com/MythTV/mythtv/compare/167c8d56e201...8602e978777f


More information about the mythtv-commits mailing list