]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
tree-wide: fix a number of log calls that use %m but have no errno set
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Jun 2018 18:18:47 +0000 (20:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Jun 2018 13:29:17 +0000 (15:29 +0200)
commitb8b846d7b4c20bd1ac8c72e49e9d134ce8bd5213
tree0da42b03f22ad9adab192600c6661fa3c35ea0ce
parent04eb582acc203eab0bc5c2cc5e13986f16e09df0
tree-wide: fix a number of log calls that use %m but have no errno set

This is mostly fall-out from d1a1f0aaf0d2f08c60d1e0d32e646439d99f58dc,
however some cases are older bugs.

There might be more issues lurking, this was a simple grep for "%m"
across the tree, with all lines removed that mention "errno" at all.
src/basic/conf-files.c
src/basic/fs-util.c
src/basic/selinux-util.c
src/core/automount.c
src/core/service.c
src/journal/journald-stream.c
src/network/netdev/netdev.c
src/nspawn/nspawn.c
src/shared/bus-unit-util.c
src/shared/conf-parser.c
src/shared/dropin.c