mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
core/exec-credential: log about errno
This commit is contained in:
@@ -520,7 +520,7 @@ static int maybe_decrypt_and_write_credential(
|
||||
}
|
||||
if (r < 0) {
|
||||
if (graceful) {
|
||||
log_warning_errno(r, "Unable to decrypt credential '%s', skipping.", id);
|
||||
log_warning_errno(r, "Unable to decrypt credential '%s', skipping: %m", id);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user