mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
core: adjust log message
"umount startup job" is rather confusing. Let's say "unmount job", which should be more meaningful for a user.
This commit is contained in:
@@ -1041,7 +1041,7 @@ static int automount_dispatch_io(sd_event_source *s, int fd, uint32_t events, vo
|
||||
|
||||
r = manager_add_job(UNIT(a)->manager, JOB_STOP, trigger, JOB_REPLACE, NULL, &error, NULL);
|
||||
if (r < 0) {
|
||||
log_unit_warning(UNIT(a), "Failed to queue umount startup job: %s", bus_error_message(&error, r));
|
||||
log_unit_warning(UNIT(a), "Failed to queue unmount job: %s", bus_error_message(&error, r));
|
||||
goto fail;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user