Skip to content

Commit

Permalink
Remove debugging from log message in earlier scheduler commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigem committed Jun 17, 2013
1 parent 23914b0 commit b5a7494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/scheduler.cpp
Expand Up @@ -5221,7 +5221,7 @@ void Scheduler::CreateConflictLists(void)
for (sit = checkset.begin(); sit != checkset.end(); ++sit)
{
LOG(VB_SCHEDULE, LOG_INFO,
QString("### Assigning input %1 to conflict set %2")
QString("Assigning input %1 to conflict set %2")
.arg(*sit).arg(conflictlists.size()));
conflictlistmap[*sit] = conflictlists.back();
}
Expand Down

0 comments on commit b5a7494

Please sign in to comment.