From: Mike Brady Date: Fri, 8 Jul 2016 15:55:05 +0000 (+0100) Subject: Update rtsp.c X-Git-Tag: 2.8.4.6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513b0e45e3787fb2761bc4a9a8fca34737ce1292;p=thirdparty%2Fshairport-sync.git Update rtsp.c --- diff --git a/rtsp.c b/rtsp.c index 6e08cf32..d2c71497 100644 --- a/rtsp.c +++ b/rtsp.c @@ -1882,7 +1882,7 @@ void rtsp_listen_loop(void) { freeaddrinfo(info); if (!nsock) - die("Could not establish a service on port %d -- program terminating. Is another Shairport Sync running?",config.port); + die("Could not establish a service on port %d -- program terminating. Is another Shairport Sync running on this device?",config.port); int maxfd = -1; fd_set fds;