summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-05-27 11:26:40 +0000
committerphintuka <phintuka>2010-05-27 11:26:40 +0000
commit281043ca0d6bb9f3113c74ab454b4348481bd137 (patch)
tree6594884ead32eef78b7c563156a4f843c20540b4
parent24dd8f5bc0e7e09969efab412315ea0cc826aee1 (diff)
downloadxineliboutput-281043ca0d6bb9f3113c74ab454b4348481bd137.tar.gz
xineliboutput-281043ca0d6bb9f3113c74ab454b4348481bd137.tar.bz2
Fixed TRACEF function name
(Thanks to Helmar Gerloni)
-rw-r--r--device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.c b/device.c
index 4a3b5ccf..2bbb998a 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.107 2010-05-19 12:58:16 phintuka Exp $
+ * $Id: device.c,v 1.108 2010-05-27 11:26:40 phintuka Exp $
*
*/
@@ -871,7 +871,7 @@ bool cXinelibDevice::Flush(int TimeoutMs)
int cXinelibDevice::PlayFileCtrl(const char *Cmd, int TimeoutMs)
{
- TRACEF("cXinelibDevice::PlayFile");
+ TRACEF("cXinelibDevice::PlayFileCtrl");
int result = -1;
/*if(m_PlayingFile != pmNone)*/ {