summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 6df71ac67d..b251dbc197 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -506,7 +506,7 @@ int vo_init(void)
mLocalDisplay = 1;
else
mLocalDisplay = 0;
- mp_msg(MSGT_VO, MSGL_INFO,
+ mp_msg(MSGT_VO, MSGL_V,
"vo: X11 running at %dx%d with depth %d and %d bpp (\"%s\" => %s display)\n",
vo_screenwidth, vo_screenheight, depth, vo_depthonscreen,
dispName, mLocalDisplay ? "local" : "remote");