aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kernel/net/rtl8139.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/net/rtl8139.c b/src/kernel/net/rtl8139.c
index 0c69025..bbee94f 100644
--- a/src/kernel/net/rtl8139.c
+++ b/src/kernel/net/rtl8139.c
@@ -61,7 +61,7 @@ int rtl8139_init(void)
// Get mac address
for (int i = 0; i < 6; ++i)
mac[i] = inb((u16)(rtl_iobase + 0x00 + i));
- debug("Mac address: %2x:%2x:%2x:%2x:%2x:%2x", mac[0], mac[1], mac[2], mac[3],
+ debug("Mac address: %x:%x:%x:%x:%x:%x", mac[0], mac[1], mac[2], mac[3],
mac[4], mac[5]);
// Activate (turn on)