Skip to content

Commit

Permalink
rtsp: cleanup debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
abrasive committed Apr 8, 2013
1 parent 9b96808 commit 47853a0
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 @@ -743,7 +743,7 @@ void rtsp_listen_loop(void) {
freeaddrinfo(info);

if (!nsock)
die("could not bind any listen sockets!");
die("could not bind any listen sockets!\n");


int maxfd = sockfd[0];
Expand Down

0 comments on commit 47853a0

Please sign in to comment.