From e97b220c8cf3506334cae18b4586e3b3f68e68de Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 11 Jun 2000 12:22:06 +0000 Subject: [PATCH] Don't oan about padding characters --- usr.sbin/ppp/fsm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c index 13669217e0c..082f95ced32 100644 --- a/usr.sbin/ppp/fsm.c +++ b/usr.sbin/ppp/fsm.c @@ -983,8 +983,6 @@ fsm_Input(struct fsm *fp, struct mbuf *bp) m_freem(bp); return; } - log_Printf(LogWARN, "%s: Oops: Got %d bytes but %d byte payload\n", - fp->link->name, len, (int)ntohs(lh.length)); } if (lh.code < fp->min_code || lh.code > fp->max_code ||