From 1c61028eabb4e2bb37f7541915c1bee4abab94e8 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Fri, 3 May 2013 09:33:49 +0200 Subject: [PATCH] apic/iommu: Correct grammar in error message and clarify its meaning Signed-off-by: Andrew Cooper --- xen/arch/x86/apic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/x86/apic.c b/xen/arch/x86/apic.c index d251aa1401..b28f5ed431 100644 --- a/xen/arch/x86/apic.c +++ b/xen/arch/x86/apic.c @@ -970,8 +970,8 @@ void __init x2apic_bsp_setup(void) panic("Interrupt remapping could not be enabled while " "x2APIC is already enabled by BIOS!\n"); - printk("Would not enable x2APIC due to interrupt remapping " - "cannot be enabled.\n"); + printk(XENLOG_ERR + "Failed to enable Interrupt Remapping: Will not enable x2APIC.\n"); goto restore_out; } -- 2.39.5