From: Antonio Alvarez Feijoo Date: Mon, 26 Jun 2023 14:01:13 +0000 (+0200) Subject: firstboot: fix typo X-Git-Tag: v254-rc1~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7c1edd680eca279cc23ac276e5ef7a3bf24189f;p=thirdparty%2Fsystemd.git firstboot: fix typo --- diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index 65859eaa9fc..29fc61dd67e 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -742,7 +742,7 @@ static int process_machine_id(int rfd) { r = write_string_file_at(pfd, "machine-id", SD_ID128_TO_STRING(arg_machine_id), WRITE_STRING_FILE_CREATE|WRITE_STRING_FILE_SYNC|WRITE_STRING_FILE_ATOMIC); if (r < 0) - return log_error_errno(r, "Failed to write /etc/machine id: %m"); + return log_error_errno(r, "Failed to write /etc/machine-id: %m"); log_info("/etc/machine-id written."); return 0;