diff options
| -rw-r--r-- | usr.sbin/ppp/fsm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c index 13669217e0cb..082f95ced32c 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 || |
