Improve control of debug messages.
[seabios.git] / src / apm.c
index f7646c95561dfb520d1a91e5dfc977138454e20d..4a0f8036cec7c2b915317cbb5e5b064603d165a3 100644 (file)
--- a/src/apm.c
+++ b/src/apm.c
@@ -15,7 +15,7 @@ static void
 out_str(const char *str_cs)
 {
     if (CONFIG_COREBOOT) {
-        BX_INFO("APM request '%s'\n", str_cs);
+        dprintf(1, "APM request '%s'\n", str_cs);
         return;
     }