summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-06-30 10:22:35 +0200
committerLennart Poettering <lennart@poettering.net>2023-07-04 22:56:59 +0200
commit8914f7e8e41c0fcd05d3d8d4fe39ce0e6addac69 (patch)
tree6ff6ab7847ad73735497edb579a447118aa3a7d6 /src
parentjournal-remote: upload journals from namespace (diff)
downloadsystemd-8914f7e8e41c0fcd05d3d8d4fe39ce0e6addac69.tar.xz
systemd-8914f7e8e41c0fcd05d3d8d4fe39ce0e6addac69.zip
man: make sure credentials properly show up in directives index
Diffstat (limited to 'src')
-rw-r--r--src/firstboot/firstboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c
index 29fc61dd67..076e06e821 100644
--- a/src/firstboot/firstboot.c
+++ b/src/firstboot/firstboot.c
@@ -334,7 +334,7 @@ static int prompt_locale(int rfd) {
r = read_credential("firstboot.locale-messages", (void**) &arg_locale_messages, NULL);
if (r < 0)
- log_debug_errno(r, "Failed to read credential firstboot.locale-message, ignoring: %m");
+ log_debug_errno(r, "Failed to read credential firstboot.locale-messages, ignoring: %m");
else
acquired_from_creds = true;