ide: cleanup warnings
Add \n.
Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
diff --git a/hw/ide/pci.c b/hw/ide/pci.c
index 65cb56c..f5ac932 100644
--- a/hw/ide/pci.c
+++ b/hw/ide/pci.c
@@ -298,9 +298,9 @@
qemu_aio_flush();
#ifdef DEBUG_IDE
if (bm->bus->dma->aiocb)
- printf("ide_dma_cancel: aiocb still pending");
+ printf("ide_dma_cancel: aiocb still pending\n");
if (bm->status & BM_STATUS_DMAING)
- printf("ide_dma_cancel: BM_STATUS_DMAING still pending");
+ printf("ide_dma_cancel: BM_STATUS_DMAING still pending\n");
#endif
}
} else {