From: Mike Yuan Date: Fri, 19 Sep 2025 22:42:12 +0000 (+0200) Subject: core/exec-credential: log about errno X-Git-Tag: v259-rc1~479^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4fc2c3fc98bcb40590a736625f4fe58595e000f;p=thirdparty%2Fsystemd.git core/exec-credential: log about errno --- diff --git a/src/core/exec-credential.c b/src/core/exec-credential.c index b0cc9ad068d..c890a2c48a3 100644 --- a/src/core/exec-credential.c +++ b/src/core/exec-credential.c @@ -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; }