]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fstab-generator: Fix log message 27618/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 10 May 2023 13:25:34 +0000 (15:25 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 May 2023 12:44:16 +0000 (14:44 +0200)
src/fstab-generator/fstab-generator.c

index 8de115f41956e852ec59e406a91c273b54948b24..0a5e9cf692ace2ae4fc75f760310465a6d7a9d51 100644 (file)
@@ -1005,7 +1005,7 @@ static int add_sysroot_usr_mount(void) {
         }
 
         if (isempty(arg_usr_what)) {
-                log_debug("Could not find a usr= entry on the kernel command line.");
+                log_debug("Could not find a mount.usr= entry on the kernel command line.");
                 return 0;
         }