summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 42bd45f473..dca050975e 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -824,8 +824,9 @@ static int preinit(struct vo *vo, const char *arg)
if (!XvGrabPort(x11->display, xv_p, CurrentTime))
{
x11->xv_port = xv_p;
- mp_msg(MSGT_VO, MSGL_INFO,
- MSGTR_LIBVO_XV_Adaptor, i, ctx->ai[i].name);
+ mp_msg(MSGT_VO, MSGL_V,
+ "[VO_XV] Using Xv Adapter #%d (%s)\n",
+ i, ctx->ai[i].name);
break;
} else
{