commit | 9bd74de23147250ff882901159ce389a4e70563d | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Jun 15 20:30:48 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Tue Jun 15 20:30:48 2021 -0700 |
tree | 79fde0c9e04c1de7b67452c3aa7821103d410cfc | |
parent | 4418ca541376ae8bc1c0a8aae2f29ab9a29a792c [diff] |
Add nice logs
diff --git a/src/kernel/dri/ata_pio/ata_pio.c b/src/kernel/dri/ata_pio/ata_pio.c index db1b7cb..cf55b51 100644 --- a/src/kernel/dri/ata_pio/ata_pio.c +++ b/src/kernel/dri/ata_pio/ata_pio.c
@@ -76,7 +76,7 @@ void test_ata_pio() { - kprintf("Going to ata_pio_read_sectors\n"); + kprintf(INFO "Going to ata_pio_read_sectors\n"); ata_pio_read_sectors(test_buffer, 0, 1); print_buffer();