summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1996-02-20 17:55:04 +0000
committerBill Fenner <fenner@FreeBSD.org>1996-02-20 17:55:04 +0000
commit95147e546fc3d975c5ab0d2c0ab0d0f304f9ff5b (patch)
treefb9c3a8df1d5c4f8906f2065d593dfe127bd5281 /sys/netinet/if_ether.c
parent5f7872dfbb26cc30dd1d3630f94a6ec16369450c (diff)
Notes
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r--sys/netinet/if_ether.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index 8f6321620758..9586cd4636e3 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_ether.c 8.1 (Berkeley) 6/10/93
- * $Id: if_ether.c,v 1.17 1995/05/30 08:09:18 rgrimes Exp $
+ * $Id: if_ether.c,v 1.17.4.1 1995/07/23 05:26:13 davidg Exp $
*/
/*
@@ -314,7 +314,8 @@ arpresolve(ac, rt, m, dst, desten, rt0)
rt = la->la_rt;
}
if (la == 0 || rt == 0) {
- log(LOG_DEBUG, "arpresolve: can't allocate llinfo\n");
+ log(LOG_DEBUG, "arpresolve: can't allocate llinfo for %s\n",
+ inet_ntoa(SIN(dst)->sin_addr));
m_freem(m);
return (0);
}