mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-22 22:03:43 +03:00
machine,portable: fix a typo in an info message
(cherry picked from commit 7362947c3f3992cf3660b170f46bd80bb5fe1021) (cherry picked from commit d7e75c73150e6169ed94f600e188e80b6341db3f) (cherry picked from commit 99a52432d08d51c15fcfdac9471d7ebd33ed6d37)
This commit is contained in:
parent
85f4849b4b
commit
f16850531c
@ -16,7 +16,7 @@ static int operation_done(sd_event_source *s, const siginfo_t *si, void *userdat
|
||||
assert(o);
|
||||
assert(si);
|
||||
|
||||
log_debug("Operating " PID_FMT " is now complete with code=%s status=%i",
|
||||
log_debug("Operation " PID_FMT " is now complete with code=%s status=%i",
|
||||
o->pid,
|
||||
sigchld_code_to_string(si->si_code), si->si_status);
|
||||
|
||||
|
@ -15,7 +15,7 @@ static int operation_done(sd_event_source *s, const siginfo_t *si, void *userdat
|
||||
assert(o);
|
||||
assert(si);
|
||||
|
||||
log_debug("Operating " PID_FMT " is now complete with code=%s status=%i",
|
||||
log_debug("Operation " PID_FMT " is now complete with code=%s status=%i",
|
||||
o->pid,
|
||||
sigchld_code_to_string(si->si_code), si->si_status);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user