]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Reword a debug message
authorMike Brady <mikebrady@eircom.net>
Tue, 13 Mar 2018 11:41:41 +0000 (11:41 +0000)
committerMike Brady <mikebrady@eircom.net>
Tue, 13 Mar 2018 11:41:41 +0000 (11:41 +0000)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 040d1408126bc97b37da79da1257d77383099645..7b2f318c2c65cb95185fbc84835041942b04ba73 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -1920,7 +1920,7 @@ static void *rtsp_conversation_thread_func(void *pconn) {
         debug(3, "Synchronously terminate playing thread of RTSP conversation thread %d.",
               conn->connection_number);
         if (conn->player_thread)
-          debug(1, "RTSP Channel unexpectedly closed or erred -- closing the session.");
+          debug(1, "RTSP Channel unexpectedly closed or a serious error occured -- closing the player thread.");
         player_stop(conn);
         debug(3, "Successful termination of playing thread of RTSP conversation thread %d.",
               conn->connection_number);