]> git.ipfire.org Git - thirdparty/systemd.git/commit
shutdown: use "int" for log level type
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Jul 2019 08:25:28 +0000 (10:25 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 13 Jul 2019 09:05:07 +0000 (11:05 +0200)
commit701f6af6b989bae0752a98b38e1fb228a9e1831c
treea3492a22f72ca7b0c466be303d4cba206a080d23
parent60cd367649aa54e4edc2e906a87f0afba936c87f
shutdown: use "int" for log level type

Let's remove some unnecessary confusion around signed/unsigned types for
log levels. Let's just stick to signed, because that is what glibc
generally appears to use.

While we are at it, add explicit logging for all error causes.
src/shutdown/shutdown.c