From a252b602e2000369c75e03aa2717652930a8d983 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 29 Mar 2000 00:14:24 +0000 Subject: [PATCH] Mention the value of the unexpected return code in nat_LayerPull() --- usr.sbin/ppp/nat_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ppp/nat_cmd.c b/usr.sbin/ppp/nat_cmd.c index 12c1d788c6a4..eb5fa64dd599 100644 --- a/usr.sbin/ppp/nat_cmd.c +++ b/usr.sbin/ppp/nat_cmd.c @@ -424,7 +424,7 @@ nat_LayerPull(struct bundle *bundle, struct link *l, struct mbuf *bp, break; default: - log_Printf(LogWARN, "nat_LayerPull: Dropped a packet....\n"); + log_Printf(LogWARN, "nat_LayerPull: Dropped a packet (%d)....\n", ret); m_freem(bp); bp = NULL; break;