From: Gerd Hoffmann Date: Mon, 24 Jun 2019 10:09:52 +0000 (+0200) Subject: ati-vga: make less verbose X-Git-Tag: rel-1.13.0~33 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ce52a31f612e33df66ac3553d9633732e34a277b;p=seabios.git ati-vga: make less verbose Reduce loglevel for mode line removals from 1 to 3. Signed-off-by: Gerd Hoffmann --- diff --git a/vgasrc/atiext.c b/vgasrc/atiext.c index 8c9e696..b397522 100644 --- a/vgasrc/atiext.c +++ b/vgasrc/atiext.c @@ -343,7 +343,7 @@ ati_setup(void) height > 0xfff || mem > totalmem || memmodel != MM_DIRECT) { - dprintf(1, "ati: removing mode 0x%x\n", GET_GLOBAL(m->mode)); + dprintf(3, "ati: removing mode 0x%x\n", GET_GLOBAL(m->mode)); SET_VGA(m->mode, 0xffff); } }