Skip to content

Commit

Permalink
mythfilldatabase: Change one more LOG to debug
Browse files Browse the repository at this point in the history
For users that don't run MFDB using the --only-update-guide
switch, only print these with xmltv:debug:

    Match found for xmltvid I30415.json.schedulesdirect.org to channel WTTW-HD (11101)

Eliminates potentially hundreds of message on every run.

(cherry picked from commit bcbcb35)
  • Loading branch information
Bill Meek committed Aug 27, 2020
1 parent 6231922 commit aac5e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythfilldatabase/channeldata.cpp
Expand Up @@ -264,7 +264,7 @@ void ChannelData::handleChannels(int id, ChannelInfoList *chanlist)
ChannelInfo dbChan = FindMatchingChannel(*i, existingChannels);
if (dbChan.m_chanId > 0) // Channel exists, updating
{
LOG(VB_XMLTV, LOG_NOTICE,
LOG(VB_XMLTV, LOG_DEBUG,
QString("Match found for xmltvid %1 to channel %2 (%3)")
.arg((*i).m_xmltvId).arg(dbChan.m_name).arg(dbChan.m_chanId));
if (m_interactive)
Expand Down

0 comments on commit aac5e7f

Please sign in to comment.