Skip to content

Commit

Permalink
Compile fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Jun 6, 2011
1 parent 7079e82 commit b863b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/scheduler.cpp
Expand Up @@ -2277,7 +2277,7 @@ bool Scheduler::HandleRecording(
.arg(ri.GetCardID())
.arg(ri.GetSourceID());
QByteArray amsg = msg.toLocal8Bit();
VERBOSE(VB_GENERAL, msg.constData());
VERBOSE(VB_GENERAL, msg);

ri.SetRecordingStatus(rsTunerBusy);
ri.AddHistory(true);
Expand Down

0 comments on commit b863b39

Please sign in to comment.