From d47f76464aa47e56205eff70a55567313a3cfde1 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 12 Jun 2006 04:00:33 +0000 Subject: [PATCH] Better printf --- sys/dev/firewire/fwohci_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index f0ed39db21c..a1b7e2664df 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -169,7 +169,7 @@ fwohci_pci_probe( device_t dev ) return BUS_PROBE_DEFAULT; } if (id == (FW_VENDORID_SONY | FW_DEVICE_CXD1947)) { - device_printf(dev, "Sony i.LINK (CXD1947) not supported"); + device_printf(dev, "Sony i.LINK (CXD1947) not supported\n"); return ENXIO; } if (id == (FW_VENDORID_SONY | FW_DEVICE_CXD3222)) {