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>
Mon, 25 Sep 2017 12:40:15 +0000 (14:40 +0200)
commit4db9ee58f14bba794286d1c9926c18815b02b585
tree8885ea91ae48453504e63fbd38fe873fa965d023
parentf7dcd51ce43c892abc24c6f22cddddc47feb81a0
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