Skip to content

Commit

Permalink
Update rtsp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady authored Jul 8, 2016
1 parent 41f7588 commit 513b0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 513b0e4

Please sign in to comment.