diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 12:56:28 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 12:59:44 +0100 |
commit | 016c9611970c0667ad02cb1cf31834f2325b1575 (patch) | |
tree | 5c596a5878ba64c9a2790ce0a22eb5af5cb9ac42 /Changelog | |
parent | 3a527c2159cdd23f489970f935edbccc37da1901 (diff) |
lacme: When getpwnam()/getgrnam()'s errno is 0, exclude it from error messages.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ lacme (0.8.1) upstream; - lacme: in the [accountd] config, let lacme-accountd(1) do the %-expansion for 'config', not lacme(8) when building the command. - lacme-accountd: don't log debug messages unless --debug is set. + - lacme: when getpwnam()/getgrnam()'s errno is 0, exclude it from error + messages. -- Guilhem Moulin <guilhem@fripost.org> Mon, 22 Feb 2021 12:04:28 +0100 |