From 6c5e87d3eb912c6f78899a23f96934612d204eed Mon Sep 17 00:00:00 2001 From: Chris Cappuccio Date: Sun, 6 Feb 2000 17:57:57 +0000 Subject: missing \n on printf --- sys/dev/pci/if_lmc_media.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/if_lmc_media.c b/sys/dev/pci/if_lmc_media.c index 46b8bdd4120..1b1e252e2c8 100644 --- a/sys/dev/pci/if_lmc_media.c +++ b/sys/dev/pci/if_lmc_media.c @@ -1,5 +1,5 @@ -/* $OpenBSD: if_lmc_media.c,v 1.3 2000/02/01 18:01:41 chris Exp $ */ -/* $Id: if_lmc_media.c,v 1.3 2000/02/01 18:01:41 chris Exp $ */ +/* $OpenBSD: if_lmc_media.c,v 1.4 2000/02/06 17:57:56 chris Exp $ */ +/* $Id: if_lmc_media.c,v 1.4 2000/02/06 17:57:56 chris Exp $ */ /*- * Copyright (c) 1997-1999 LAN Media Corporation (LMC) @@ -1143,7 +1143,7 @@ lmc_t1_watchdog(lmc_softc_t * const sc) sc->lmc_red = 1; } else { if (sc->lmc_red == 1) - printf ("%s: Red Alarm ok", sc->lmc_xname); + printf ("%s: Red Alarm ok\n", sc->lmc_xname); lmc_led_off (sc, LMC_DS3_LED3); lmc_led_on (sc, LMC_DS3_LED2); sc->lmc_red = 0; -- cgit v1.2.3