mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 23:50:42 +00:00
fstab-generator: Fix log message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user