X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/6d2d327ca57fefaddceba10eb323451f8150e95d..b9bdafc753b1ceb42a9e84a8dc144d416cf732ea:/server/play.c diff --git a/server/play.c b/server/play.c index 3b3b928..b50e19b 100644 --- a/server/play.c +++ b/server/play.c @@ -87,10 +87,8 @@ static int speaker_terminated(ev_source attribute((unused)) *ev, int attribute((unused)) status, const struct rusage attribute((unused)) *rusage, void attribute((unused)) *u) { - if(status) - error(0, "speaker subprocess terminated with status %s", - wstat(status)); - return 0; + fatal(0, "speaker subprocess %s", + wstat(status)); } /* called when speaker process has something to say */