diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-07-11 10:54:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-07-11 10:54:51 +0000 |
commit | 1ed6b3f80735603f4a68cf879feb144e558097d2 (patch) | |
tree | 548f85b0907f02a979de467012a32626c4fff1b0 /usr.sbin/bootpd | |
parent | c879f81d1be5ce21508bde7e4f9f724a1a24064d (diff) |
fix syslog message.
Diffstat (limited to 'usr.sbin/bootpd')
-rw-r--r-- | usr.sbin/bootpd/bootpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bootpd/bootpd.c b/usr.sbin/bootpd/bootpd.c index f31d26874db..0fa103135ca 100644 --- a/usr.sbin/bootpd/bootpd.c +++ b/usr.sbin/bootpd/bootpd.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: bootpd.c,v 1.2 1996/04/21 23:39:59 deraadt Exp $"; +static char rcsid[] = "$Id: bootpd.c,v 1.3 1996/07/11 10:54:50 mickey Exp $"; #endif /* @@ -649,7 +649,7 @@ ignoring request for server %s from client at %s address %s", } hlen = haddrlength(bp->bp_htype); if (hlen != bp->bp_hlen) { - report(LOG_NOTICE, "bad addr len from from %s address %s", + report(LOG_NOTICE, "bad addr len from %s address %s", netname(bp->bp_htype), haddrtoa(bp->bp_chaddr, hlen)); } |