From 0672324cf2bac5dae1d9726834d24f91b64ff187 Mon Sep 17 00:00:00 2001 From: XazZ Date: Thu, 1 May 2008 20:15:14 +0200 Subject: [PATCH] fix missing newline --- pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pci.c b/pci.c index 25144c8..1726fe2 100644 --- a/pci.c +++ b/pci.c @@ -752,7 +752,7 @@ static void acxpci_l_reset_mac(acx_device_t * adev) write_flush(adev); /* now clear bit again: deassert eCPU reset */ - log(L_DEBUG, "disable soft reset and go to init mode"); + log(L_DEBUG, "disable soft reset and go to init mode\n"); write_reg16(adev, IO_ACX_SOFT_RESET, temp & ~0x1); /* now start a burst read from initial EEPROM */ -- 2.11.4.GIT