1
1
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)
This commit is contained in:
Frantisek Sumsal 2023-05-12 21:36:50 +02:00 committed by Luca Boccassi
parent ee06c7db0c
commit 99a52432d0
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ static int operation_done(sd_event_source *s, const siginfo_t *si, void *userdat
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);

View File

@ -14,7 +14,7 @@ static int operation_done(sd_event_source *s, const siginfo_t *si, void *userdat
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);