]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/timer.c
core: introduce a helper function to wrap unit_log_{success,failure}
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Nov 2018 09:09:45 +0000 (10:09 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Nov 2018 18:47:07 +0000 (19:47 +0100)
commitaac99f303af42fa8702abc129d0525f3e6903423
tree9dc64ec40b844025c9f3fc3882e594128b01cb22
parent14c4da2ffecd7f9c0b27c5de11093bd2cb40eac4
core: introduce a helper function to wrap unit_log_{success,failure}

It's inline so that the compiler can easily optimize away the call to get
status string.
src/core/automount.c
src/core/mount.c
src/core/path.c
src/core/scope.c
src/core/service.c
src/core/swap.c
src/core/timer.c
src/core/unit.h