Re: [PATCH] udp: make some messages more descriptive

2017-10-19 Thread David Miller
From: Matteo Croce Date: Tue, 17 Oct 2017 18:48:12 +0200 > In the UDP code there are two leftover error messages with very few meaning. > Replace them with a more descriptive error message as some users > reported them as "strange network error". Please repost with a proper signoff.

[PATCH] udp: make some messages more descriptive

2017-10-17 Thread Matteo Croce
In the UDP code there are two leftover error messages with very few meaning. Replace them with a more descriptive error message as some users reported them as "strange network error". --- net/ipv4/udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/udp.c b/net/ip