X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Framdisk.c;h=0ae7d0af749c3d8e785598cf71ab6119311a76c5;hb=c2e660b41f69c603b0c47f7c7572a22a2f601a51;hp=1eef6d617b5b47a6f31e32f96f20de77cbf48a33;hpb=cafbc1318c847b8c18e2036dc56be7af7acefa4e;p=palacios.git diff --git a/palacios/src/devices/ramdisk.c b/palacios/src/devices/ramdisk.c index 1eef6d6..0ae7d0a 100644 --- a/palacios/src/devices/ramdisk.c +++ b/palacios/src/devices/ramdisk.c @@ -1361,7 +1361,7 @@ static void rd_raise_interrupt(struct vm_device * dev, struct channel_t * channe v3_raise_irq(dev->vm, channel->irq); } else { - PrintError("\t\tRaising irq but irq is disabled\n"); + PrintDebug("\t\tRaising irq but irq is disabled\n"); } return;