Skip to content

Commit

Permalink
Log entire reschedule requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigem committed Apr 15, 2012
1 parent dc6a18a commit 7babade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/programs/mythbackend/scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2105,8 +2105,8 @@ bool Scheduler::HandleReschedule(void)
return false;
}

LOG(VB_GENERAL, LOG_INFO, QString("Reschedule requested for %1 %2")
.arg(request[0]).arg((request.size() > 1) ? request[1] : ""));
LOG(VB_GENERAL, LOG_INFO, QString("Reschedule requested for %1")
.arg(request.join(" | ")));

if (tokens[0] == "MATCH")
{
Expand Down

0 comments on commit 7babade

Please sign in to comment.