chiark / gitweb /
cgroup-util: downgrade log messages from library code to LOG_DEBUG
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2017 17:57:07 +0000 (19:57 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 21 Nov 2017 06:14:40 +0000 (07:14 +0100)
commit02a0ffa93bc95561f744bc42c8710fc6795bcbc1
tree444df88d10c8a0dddf94c0c3859f4d9bda2c214e
parent58da9c4933dc569030ba1bc54386cf04838ac0dc
cgroup-util: downgrade log messages from library code to LOG_DEBUG

These errors don't really matter, that's why we log and proceed in the
current code. However, we currently log at LOG_WARNING, but we really
shouldn't given that this is library code. Hence downgrade this to
LOG_DEBUG.
src/basic/cgroup-util.c