]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update rtsp.c
authorMike Brady <mikebrady@eircom.net>
Fri, 8 Jul 2016 15:55:05 +0000 (16:55 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2016 15:55:05 +0000 (16:55 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 6e08cf32368372310963af6631c7453aa784180c..d2c71497d8ef47b463a59bab4ebe35015e110f11 100644 (file)
--- 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;