[mythtv-commits] [MythTV/mythtv] a4c55c: Fix typo in notify message
kmdewaal
noreply at github.com
Wed Aug 4 14:21:13 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: a4c55ca9afc71967c1a4112a590e1c7fe91ce78b
https://github.com/MythTV/mythtv/commit/a4c55ca9afc71967c1a4112a590e1c7fe91ce78b
Author: Klaas de Waal <klaas at kldo.nl>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M mythtv/programs/mythbackend/main.cpp
Log Message:
-----------
Fix typo in notify message
Commit: 483f29c0c90c438e9f6b3383d250b1f309d60872
https://github.com/MythTV/mythtv/commit/483f29c0c90c438e9f6b3383d250b1f309d60872
Author: Klaas de Waal <klaas at kldo.nl>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M mythtv/libs/libmythtv/recorders/dvbchannel.cpp
Log Message:
-----------
Log message types of GetChanID changed
Change the log messages in DVBChannel::GetChanID from INFO to
WARNING or DEBUG. This does reduce the amount of log output
with "-v channel" considerably when recording using multirec.
Commit: a9d8ff53427309a32a1d0e663fdd972cc4ab1149
https://github.com/MythTV/mythtv/commit/a9d8ff53427309a32a1d0e663fdd972cc4ab1149
Author: Klaas de Waal <klaas at kldo.nl>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M mythtv/libs/libmythtv/transporteditor.h
M mythtv/libs/libmythtv/videosource.cpp
M mythtv/libs/libmythtv/videosource.h
Log Message:
-----------
Remove leading underscore from parameter names
Remove the leading underscore from a few parameter names.
Since the class members now have the "m_" prefix there is
no need anymore for a leading underscore to differentiate
the parameter name from the class instance name.
Compare: https://github.com/MythTV/mythtv/compare/4b6a3a7b8b02...a9d8ff534273
More information about the mythtv-commits
mailing list