X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2a6c7b7954660db70734a4485981864498f80155..913f2c0a04c0f943145fe387395cc4e44e42d582:/server/play.c diff --git a/server/play.c b/server/play.c index be25dda..b50e19b 100644 --- a/server/play.c +++ b/server/play.c @@ -87,7 +87,7 @@ static int speaker_terminated(ev_source attribute((unused)) *ev, int attribute((unused)) status, const struct rusage attribute((unused)) *rusage, void attribute((unused)) *u) { - fatal(0, "speaker subprocess terminated with status %s", + fatal(0, "speaker subprocess %s", wstat(status)); }