summaryrefslogtreecommitdiff
path: root/vgasrc
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-06-24 12:09:52 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-06-24 14:35:07 +0200
commitce52a31f612e33df66ac3553d9633732e34a277b (patch)
tree83badaaeb540ce1d9f900fc540e989a2e582d016 /vgasrc
parent6e56ed129c9782ba050a5fbfbf4ac12335b230f7 (diff)
downloadqemu-seabios-ce52a31f612e33df66ac3553d9633732e34a277b.tar.gz
ati-vga: make less verbose
Reduce loglevel for mode line removals from 1 to 3. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'vgasrc')
-rw-r--r--vgasrc/atiext.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}