]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/bus-util: make bus_log_*_error() functions functions
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Nov 2021 09:37:11 +0000 (10:37 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Nov 2021 10:00:15 +0000 (11:00 +0100)
commit237fbb67194bee720d95cb0ab20821e1822e8ce4
treeceec16894d56087dbbd93552466f09d8d0d2e475
parentdb2aef5a1d95cea835d2a76db6da266cc4af61d6
shared/bus-util: make bus_log_*_error() functions functions

They were defined as macros, but they are a bit too complicated for this,
so it's getting unwieldy. We can make them functions without any loss.
src/shared/bus-util.c
src/shared/bus-util.h