From eeffdab99e0d15d009faab9210e8ef2f386bbc18 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 11 Apr 2020 14:42:41 -0300 Subject: [PATCH] Disable logging --- src/intel_piix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel_piix.c b/src/intel_piix.c index 6bf7d7e5a..8b429fa17 100644 --- a/src/intel_piix.c +++ b/src/intel_piix.c @@ -107,7 +107,7 @@ typedef struct nvr_t * nvr; } piix_t; -#define ENABLE_PIIX_LOG 1 + #ifdef ENABLE_PIIX_LOG int piix_do_log = ENABLE_PIIX_LOG;