* src/job.c (reap_children): Fix inverted win/lose message.

This commit is contained in:
Paul Smith 2018-08-04 19:05:29 -04:00
parent f9ba22e029
commit e2234bc1ab

View file

@ -896,8 +896,8 @@ reap_children (int block, int err)
continue;
DB (DB_JOBS, (exit_sig == 0 && exit_code == 0
? _("Reaping losing child %p PID %s %s\n")
: _("Reaping winning child %p PID %s %s\n"),
? _("Reaping winning child %p PID %s %s\n")
: _("Reaping losing child %p PID %s %s\n"),
c, pid2str (c->pid), c->remote ? _(" (remote)") : ""));
/* If we have started jobs in this second, remove one. */