1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

machine,portable: fix a typo in an info message

This commit is contained in:
Frantisek Sumsal 2023-05-12 21:36:50 +02:00
parent a1ff1ac273
commit 7362947c3f
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);