mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 10:59:49 +00:00
We have fairly nice error messages for specific operations, but only at debug level. Instead, we'd print a fairly useless generic message: Before: Failed to write files: Invalid argument After: Failed to add existing group "users" to temporary group file: Invalid argument Fixes #10241.