Skip to content

Commit

Permalink
Typo in log output
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdewaal committed May 9, 2019
1 parent 593e0fd commit b28b949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tvremoteutil.cpp
Expand Up @@ -136,7 +136,7 @@ void RemoteCancelNextRecording(uint inputid, bool cancel)
vector<InputInfo> RemoteRequestFreeInputInfo(uint excluded_input)
{
LOG(VB_CHANNEL, LOG_INFO,
QString("RemoteRequestFreeInputInfo exluding input %1")
QString("RemoteRequestFreeInputInfo excluding input %1")
.arg(excluded_input));

vector<InputInfo> inputs;
Expand Down

0 comments on commit b28b949

Please sign in to comment.