]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
l2tp: remove noisy logging, use appropriate log levels
authorTom Parkin <tparkin@katalix.com>
Sat, 22 Aug 2020 14:59:02 +0000 (15:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Aug 2020 19:44:37 +0000 (12:44 -0700)
commitab141e3733d16ba24740de515694697835f24636
treef848abc7eb9a2da897acfe5d86354b2f8e6d2143
parent12923365eb3db5710adcd6abb69e93899e003554
l2tp: remove noisy logging, use appropriate log levels

l2tp_ppp in particular had a lot of log messages for tracing
[get|set]sockopt calls.  These aren't especially useful, so remove
these messages.

Several log messages flagging error conditions were logged using
l2tp_info: they're better off as l2tp_warn.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c
net/l2tp/l2tp_ppp.c