sdjournal: wrap return values with syscall.Errno
Systemd functions return negative errno-like errors, wrap those with syscall.Errno() so we can get descriptive error messages instead of numbers.
Please register or sign in to comment
Systemd functions return negative errno-like errors, wrap those with syscall.Errno() so we can get descriptive error messages instead of numbers.