]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/verbs.c
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)
committerLennart Poettering <lennart@poettering.net>
Fri, 5 Jan 2018 12:58:33 +0000 (13:58 +0100)
commitc944ca8e82f7e60fed852d4854cdfa18ea609141
tree1f280414fce6fac6c3d80b18fec2b82ae6061584
parent2767027bb7c6c8c71cf8061fb6beabb4c91cf32f
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