]> git.ipfire.org Git - thirdparty/systemd.git/commit
socket: downgrade log warnings about inability to set socket buffer sizes
authorLennart Poettering <lennart@poettering.net>
Fri, 11 Sep 2020 17:58:54 +0000 (19:58 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 12 Sep 2020 06:14:54 +0000 (08:14 +0200)
commit35b4e3c1bc7d4001244ff3986c084152c8901d03
treee6d3bf99a19bc1ee448ce6cd3073715976ff0883
parente742ec6abc0ba5da49d5a66592c3922df7d20f4c
socket: downgrade log warnings about inability to set socket buffer sizes

In containers we might lack the privs to up the socket buffers. Let's
not complain so loudly about that. Let's hence downgrade this to debug
logging if it's a permission problem.

(This wasn't an issue before b92f350789e33942be0cf85af22a580c1fd483d6
because back then the failures wouldn't be detected at all.)
src/core/socket.c