mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09: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'