From 0218393e92ba547ce650f376917b568cc0e6ccb7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 26 Sep 2016 17:39:58 -0600 Subject: [PATCH] Remove unnecessary slash --- ahcid/src/ahci/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahcid/src/ahci/mod.rs b/ahcid/src/ahci/mod.rs index 6cc266fd1f..c3b4219f93 100644 --- a/ahcid/src/ahci/mod.rs +++ b/ahcid/src/ahci/mod.rs @@ -11,7 +11,7 @@ pub struct Ahci; impl Ahci { pub fn disks(base: usize, irq: u8) -> Vec { - println!(" + AHCI on: {:X} IRQ: {:X}", base as usize, irq); + println!(" + AHCI on: {:X} IRQ: {}", base as usize, irq); let pi = unsafe { &mut *(base as *mut HbaMem) }.pi.read(); let ret: Vec = (0..32)