Skip to content

Commit

Permalink
mythfilldatabase: print reason for foo message
Browse files Browse the repository at this point in the history
Trivial change, but the issue comes up on the mailing list and forum
enough that explaining "No channels are configured" is the result of
not having any XMLTVIDs.
  • Loading branch information
Bill Meek committed Nov 2, 2024
1 parent 1c36c9e commit 192aa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythfilldatabase/filldata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ bool FillData::Run(DataSourceList &sourcelist)
else
{
LOG(VB_GENERAL, LOG_INFO,
QString("No channels are configured to use grabber."));
QString("No channels are configured to use grabber (none have XMLTVIDs)."));
}
}
else
Expand Down

0 comments on commit 192aa73

Please sign in to comment.