mirror of
https://github.com/systemd/systemd.git
synced 2026-07-17 13:00:35 +00:00
All those uses were correct, but I think it's better to be explicit. Using implicit errno is too error prone, and with this change we can require (in the sense of a style guideline) that the code is always specified. Helpful query: git grep -n -P 'log_[^s][a-z]+\(.*%m'