Skip to content

Commit

Permalink
Improve layout of EIT error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdewaal committed Jul 14, 2020
1 parent 5cf6a94 commit 2407cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/programdata.cpp
Expand Up @@ -551,7 +551,7 @@ int DBEvent::GetMatch(const vector<DBEvent> &programs, int &bestmatch) const
LOG(VB_GENERAL, LOG_ERR,
QString("Unexpected result: shows don't "
"overlap\n\t%1: %2 - %3\n\t%4: %5 - %6")
.arg(m_title.left(35))
.arg(m_title.left(35), 35)
.arg(m_starttime.toString(Qt::ISODate))
.arg(m_endtime.toString(Qt::ISODate))
.arg(programs[i].m_title.left(35), 35)
Expand Down

0 comments on commit 2407cb1

Please sign in to comment.