1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-13 12:58:20 +03:00

fstab-generator: Fix log message

(cherry picked from commit 32fe629abc986195c4b8fc5f9b8be1b60b48e766)
This commit is contained in:
Daan De Meyer 2023-05-10 15:25:34 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 4c3b06f255
commit ea221dc685

View File

@ -965,7 +965,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;
}