projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5475e96
)
core: adjust log message
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 7 Oct 2022 13:53:10 +0000
(15:53 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 11 Oct 2022 14:59:00 +0000
(16:59 +0200)
"umount startup job" is rather confusing. Let's say "unmount job", which should
be more meaningful for a user.
src/core/automount.c
patch
|
blob
|
history
diff --git
a/src/core/automount.c
b/src/core/automount.c
index 6c75d0e3adecb0c3aea7a06e28a4dce55b197aa6..a44b8e878d97d4de86cb854275e6171d80911a04 100644
(file)
--- a/
src/core/automount.c
+++ b/
src/core/automount.c
@@
-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 u
mount startup
job: %s", bus_error_message(&error, r));
+ log_unit_warning(UNIT(a), "Failed to queue u
nmount
job: %s", bus_error_message(&error, r));
goto fail;
}
break;