]> git.ipfire.org Git - thirdparty/systemd.git/commit
execute: Get rid of custom logging macros 37040/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 7 Apr 2025 19:54:53 +0000 (21:54 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 23 Apr 2025 12:48:45 +0000 (14:48 +0200)
commit44d50ba88ee791777d8a13d5458827657d60e76f
tree17e50561641ea3c5f3f3ca32e43d3835b8161df8
parenta94d0e31779318bcfe2c125dbe8ec14bf31e43c6
execute: Get rid of custom logging macros

We already have LOG_CONTEXT_PUSH_EXEC() which with two additions
does exactly the same as the custom logging macros, so let's get rid
of the custom logging macros and use LOG_CONTEXT_PUSH_EXEC() instead.
src/core/exec-invoke.c
src/core/execute.h
src/core/executor.c