From: Jack Lange Date: Tue, 17 Mar 2009 21:03:50 +0000 (-0500) Subject: typo fix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=96d2a87b2229a49420a64b0e974f7269ecc76fed;p=palacios.releases.git typo fix --- diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index 5963e59..5afe31d 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -296,7 +296,7 @@ static int apic_do_eoi(struct apic_state * apic) { if ((((i * 8) + j) == 238) || (((i * 8) + j) == 239)) { - PrintError("Acking IRQ %d\n"); + PrintError("Acking IRQ %d\n", ((i * 8) + j)); } if (((i * 8) + j) == 238) {