summaryrefslogtreecommitdiff
path: root/xine_frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_frontend.c')
-rw-r--r--xine_frontend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend.c b/xine_frontend.c
index 06e09d91..e3cb43fb 100644
--- a/xine_frontend.c
+++ b/xine_frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend.c,v 1.88 2008-11-16 00:05:21 phintuka Exp $
+ * $Id: xine_frontend.c,v 1.89 2008-11-16 00:08:31 phintuka Exp $
*
*/
@@ -335,7 +335,7 @@ static void fe_frame_output_cb (void *data,
< sizeof(cmd)) {
LOGDBG("Aspect ratio changed, executing %s", cmd);
if(system(cmd) == -1)
- LOGERR("Executing /bin/sh -c %s failed");
+ LOGERR("Executing /bin/sh -c %s failed", cmd);
this->video_aspect = video_aspect;
}
}