mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
homed: fix log message referring to fsck, when we actually mean mount
This commit is contained in:
parent
279e060e25
commit
e070b9eac9
@ -71,7 +71,7 @@ int home_prepare_cifs(
|
||||
h->cifs_service, "/run/systemd/user-home-mount",
|
||||
"-o", options, NULL);
|
||||
|
||||
log_error_errno(errno, "Failed to execute fsck: %m");
|
||||
log_error_errno(errno, "Failed to execute mount: %m");
|
||||
_exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user