]> git.ipfire.org Git - thirdparty/systemd.git/commit
journald: always pass error code to logging function, even if we don't use it with %m
authorLennart Poettering <lennart@poettering.net>
Mon, 27 Feb 2023 14:47:11 +0000 (15:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Feb 2023 08:32:42 +0000 (09:32 +0100)
commit32b0678c868b42ad68d383c8bf18fc2cdb1fbe95
tree1b36a8fefce2000373ecabca06597de52792378a
parent8253cb35fa8343c1e2eee4f71256384b3cd9b270
journald: always pass error code to logging function, even if we don't use it with %m

We always want to pass the error code along with the log call, so that
it can add it to structured logging, even if the format string does not
contain %m.
src/journal/journald-server.c