From: Mike Brady Date: Tue, 13 Mar 2018 11:41:41 +0000 (+0000) Subject: Reword a debug message X-Git-Tag: 3.2RC1~7^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372efdde330c9d750653ad026c365943f3fba299;p=thirdparty%2Fshairport-sync.git Reword a debug message --- diff --git a/rtsp.c b/rtsp.c index 040d1408..7b2f318c 100644 --- 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);