diff --git a/src/core/exec-credential.c b/src/core/exec-credential.c index b0cc9ad068..c890a2c48a 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; }