Mention the value of the unexpected return code in nat_LayerPull()

This commit is contained in:
brian 2000-03-29 00:14:24 +00:00
parent 1c82e2d762
commit a252b602e2

View File

@ -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;