Skip to content

Commit

Permalink
Typo in debug output
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/trunk@5529 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
Paul Volkaerts committed Feb 9, 2005
1 parent 7f9c326 commit 052e5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mythphone/mythphone/dtmffilter.cpp
Expand Up @@ -149,7 +149,7 @@ QChar DtmfFilter::CheckAnyDTMF()
if (Debounce[key] != 1)
return 0;

cout << "DTMF Filter matched" << key << endl;
cout << "DTMF Filter matched " << key << endl;
return key;
}

Expand Down

0 comments on commit 052e5d6

Please sign in to comment.