summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/adm1026/adm1026.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/adm1026/adm1026.c')
-rw-r--r--src/drivers/i2c/adm1026/adm1026.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/adm1026/adm1026.c b/src/drivers/i2c/adm1026/adm1026.c
index ce8181ef3d..8cf6281bda 100644
--- a/src/drivers/i2c/adm1026/adm1026.c
+++ b/src/drivers/i2c/adm1026/adm1026.c
@@ -44,7 +44,7 @@ static void adm1026_enable_monitoring(device_t dev)
result = smbus_read_byte(dev, ADM1026_REG_CONFIG1);
if (!(result & CFG1_MONITOR)) {
- printk_debug("ADM1026: monitoring would not enable");
+ printk(BIOS_DEBUG, "ADM1026: monitoring would not enable");
}
}
static void adm1026_noop(device_t dummy)