Slightly reduce unnecessary verbosity.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16302 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-08-24 00:46:04 +00:00
parent ef5d2f623a
commit d34494074c
2 changed files with 2 additions and 2 deletions

View File

@ -889,7 +889,7 @@ static int preinit(const char *arg)
"resolution supported by DGA driver!\n");
#endif
} //else{
// mp_msg(MSGT_VO, MSGL_INFO, "vo_dga: X running at: %s\n",
// mp_msg(MSGT_VO, MSGL_V, "vo_dga: X running at: %s\n",
// vd_GetModeString(vo_dga_XServer_mode));
//}

View File

@ -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");