mirror of
https://github.com/mpv-player/mpv
synced 2025-03-02 20:28:02 +00:00
Slightly reduce unnecessary verbosity.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16302 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ef5d2f623a
commit
d34494074c
@ -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));
|
||||
//}
|
||||
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user