diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:23:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:23:15 +0000 |
commit | a8aaf8e758c59f6ef8f8d81a925a4188b69c23a1 (patch) | |
tree | af1080566988fd7582e765ef024947973f269f6a /src/core/import-creds.c | |
parent | Adding debian version 252.25-1~deb12u1. (diff) | |
download | systemd-a8aaf8e758c59f6ef8f8d81a925a4188b69c23a1.tar.xz systemd-a8aaf8e758c59f6ef8f8d81a925a4188b69c23a1.zip |
Merging upstream version 252.26.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/core/import-creds.c')
-rw-r--r-- | src/core/import-creds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/import-creds.c b/src/core/import-creds.c index dab7d36..91922ab 100644 --- a/src/core/import-creds.c +++ b/src/core/import-creds.c @@ -512,7 +512,7 @@ static int parse_smbios_strings(ImportCredentialContext *c, const char *data, si return log_oom(); if (!credential_name_valid(cn)) { - log_warning("SMBIOS credential name '%s' is not valid, ignoring: %m", cn); + log_warning("SMBIOS credential name '%s' is not valid, ignoring.", cn); continue; } |