]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: always include priority in log messages
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 3 Oct 2024 16:22:43 +0000 (17:22 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 17 Oct 2024 14:27:15 +0000 (09:27 -0500)
commit5326afc9b91c4b58e018a95832183297fc850741
tree9baccef9ef137584656fc1173c205eb9c737d213
parent74d99c709e00f15ffc02035a339f7b2d71a2c07b
libkmod: always include priority in log messages

One shouldn't need debug messages only to have the priority (emergency,
error, warning ...) properly logged.

With this the libkmod logger aligns with the custom one we use for kmod
tools. The latter was printing the priority since day one.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/173
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod.c