Mercurial > mplayer.hg
changeset 16301:c730c7939457
Slightly reduce unnecessary verbosity.
author | diego |
---|---|
date | Wed, 24 Aug 2005 00:46:04 +0000 |
parents | 131464cb3dfb |
children | 36a018da4c27 |
files | libvo/vo_dga.c libvo/x11_common.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_dga.c Wed Aug 24 00:24:11 2005 +0000 +++ b/libvo/vo_dga.c Wed Aug 24 00:46:04 2005 +0000 @@ -889,7 +889,7 @@ "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)); //}
--- 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");