1
0
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:
Lennart Poettering 2021-08-31 10:47:02 +02:00
parent 279e060e25
commit e070b9eac9

View File

@ -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);
}