summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/fsm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c
index 1366921..082f95c 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 ||
OpenPOWER on IntegriCloud