summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-21 23:44:48 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-21 23:44:48 +0100
commite8f3bdf8207a8870ff80b9ef0cef55564b85f3b4 (patch)
tree38d81f0482e0b2357c67033c1e00bb8c68b64005
parent2be5a79b30766a67f8c59e06a3caf9c3d3acd352 (diff)
downloadxine-lib-e8f3bdf8207a8870ff80b9ef0cef55564b85f3b4.tar.gz
xine-lib-e8f3bdf8207a8870ff80b9ef0cef55564b85f3b4.tar.bz2
Fix Xv driver debug build.
-rw-r--r--src/video_out/video_out_xv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index f6bd1a429..65559c16f 100644
--- a/src/video_out/video_out_xv.c
+++ b/src/video_out/video_out_xv.c
@@ -851,8 +851,8 @@ static void xv_display_frame (vo_driver_t *this_gen, vo_frame_t *frame_gen) {
if( factor > 1 )
{
- lprintf( "%s PutImage %dX interval (%fs)\n",
- log_line_prefix(), factor, elapse_time );
+ lprintf( "%s PutImage %dX interval (%fs)\n",
+ LOG_MODULE, factor, elapse_time );
}
}