chiark / gitweb /
verbs: suppress debug log message if SYSTEMD_OFFLINE is not set
authorLennart Poettering <lennart@poettering.net>
Wed, 20 Dec 2017 18:38:15 +0000 (19:38 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:50:00 +0000 (07:50 +0200)
commitc69b8d901ccd747ff9a2db02416653c9874df8a3
tree630422623f03175c9afd28b606752679d31d10fd
parent93cce5619b22ecac1a5834c5b66a1da1102952a4
verbs: suppress debug log message if SYSTEMD_OFFLINE is not set

If SYSTEMD_OFFLINE is not set getenv_bool() for it will return -ENXIO,
which is nothing we should log about, not even at LOG_DEBUG level.
src/basic/verbs.c