From 7892febf2403585828382065ad189cfa31c4b46e Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 4 Apr 2001 21:56:25 +0000 Subject: call a watchdog timeout like it is. --- sys/dev/wi/if_wi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index b7b5dab..50beb56 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -1656,7 +1656,7 @@ static void wi_watchdog(ifp) sc = ifp->if_softc; - device_printf(sc->dev,"device timeout\n"); + device_printf(sc->dev, "watchdog timeout\n"); wi_init(sc); -- cgit v1.1