From: Mike Brady Date: Mon, 22 Jun 2020 09:32:07 +0000 (+0100) Subject: clean up a fatal error message X-Git-Tag: 3.3.7d12~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19ec4dfd8941cb6ea8c5f2b04cc940da1a17f9e0;p=thirdparty%2Fshairport-sync.git clean up a fatal error message --- diff --git a/rtsp.c b/rtsp.c index 9a8acb11..2febacd0 100644 --- a/rtsp.c +++ b/rtsp.c @@ -2981,7 +2981,7 @@ void rtsp_listen_loop(void) { } while (1); pthread_cleanup_pop(1); // should never happen } else { - warn("could not establish a service on port %d -- program terminating. Is another instance of " + die("could not establish a service on port %d -- program terminating. Is another instance of " "Shairport Sync running on this device?", config.port); }