diff libvo/x11_common.c @ 16301:c730c7939457

Slightly reduce unnecessary verbosity.
author diego
date Wed, 24 Aug 2005 00:46:04 +0000
parents 7f34acc96aa4
children 8d4fb5469efb
line wrap: on
line diff
--- a/libvo/x11_common.c	Wed Aug 24 00:24:11 2005 +0000
+++ b/libvo/x11_common.c	Wed Aug 24 00:46:04 2005 +0000
@@ -506,7 +506,7 @@
         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");