mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
56f64d9576
If the format string contains %m, clearly errno must have a meaningful value, so we might as well use log_*_errno to have ERRNO= logged. Using: find . -name '*.[ch]' | xargs sed -r -i -e \ 's/log_(debug|info|notice|warning|error|emergency)\((".*%m.*")/log_\1_errno(errno, \2/' Plus some whitespace, linewrap, and indent adjustments. |
||
---|---|---|
.. | ||
cryptsetup-generator.c | ||
cryptsetup.c | ||
Makefile |