]> xenbits.xensource.com Git - seabios.git/commitdiff
ati-vga: make less verbose
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 24 Jun 2019 10:09:52 +0000 (12:09 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 24 Jun 2019 12:35:07 +0000 (14:35 +0200)
Reduce loglevel for mode line removals from 1 to 3.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
vgasrc/atiext.c

index 8c9e6966db47f083646193d7faf63bfb43dbf216..b3975226c47852c80ec4278b9a955d95559f6e3e 100644 (file)
@@ -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);
         }
     }