Reduce loglevel for mode line removals from 1 to 3.

Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
---
 vgasrc/atiext.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vgasrc/atiext.c b/vgasrc/atiext.c
index 8c9e6966db47..b3975226c478 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);
         }
     }
-- 
2.18.1
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-le...@seabios.org

Reply via email to