From 8bf902d94502087e5a03bd5aaa8f2bea49d43127 Mon Sep 17 00:00:00 2001 From: dingusdev Date: Mon, 24 Feb 2020 19:55:33 -0700 Subject: [PATCH] Small fix --- devices/heathrow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/heathrow.cpp b/devices/heathrow.cpp index 4498e4c..48ff9d0 100644 --- a/devices/heathrow.cpp +++ b/devices/heathrow.cpp @@ -54,7 +54,7 @@ void HeathrowIC::pci_cfg_write(uint32_t reg_offs, uint32_t value, uint32_t size) } else { this->base_addr = value & 0xFFF80000; this->host_instance->pci_register_mmio_region(this->base_addr, 0x80000, this); - LOG_F(ERROR, "%s base address set to %x \n", this->name.c_str(), this->base_addr); + LOG_F(INFO, "%s base address set to %x \n", this->name.c_str(), this->base_addr); } break; }