]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
clean up a fatal error message
authorMike Brady <mikebradydublin@icloud.com>
Mon, 22 Jun 2020 09:32:07 +0000 (10:32 +0100)
committerMike Brady <mikebradydublin@icloud.com>
Mon, 22 Jun 2020 09:32:07 +0000 (10:32 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 9a8acb113bf02acfc11e9b6d829963ccea6ff470..2febacd08b9628dfc0b2789b463831cb054a358b 100644 (file)
--- 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);
   }