From 3f1d78415e324b577aa30b313aed7777952a87fe Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Thu, 19 Sep 1985 03:07:39 -0800 Subject: [PATCH] new syslog SCCS-vsn: sys/deprecated/netimp/if_imphost.c 6.7 --- usr/src/sys/deprecated/netimp/if_imphost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/deprecated/netimp/if_imphost.c b/usr/src/sys/deprecated/netimp/if_imphost.c index 1826edf408..23ead64916 100644 --- a/usr/src/sys/deprecated/netimp/if_imphost.c +++ b/usr/src/sys/deprecated/netimp/if_imphost.c @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)if_imphost.c 6.6 (Berkeley) %G% + * @(#)if_imphost.c 6.7 (Berkeley) %G% */ #include "imp.h" @@ -217,7 +217,7 @@ hostslowtimo() for (; hm->hm_count > 0 && hp < lp; hp++) { if (hp->h_timer && --hp->h_timer == 0) { if (hp->h_rfnm) - log(KERN_RECOV, + log(LOG_WARNING, "imp?: host %x, lost %d rfnms\n", ntohl(hp->h_addr.s_addr), hp->h_rfnm); hostrelease(hp); -- 2.20.1