From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 9 Jul 2022 08:55:54 +0000 (+0100) Subject: Improve a debug message. X-Git-Tag: 4.1-rc1~24^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f218a4d45e13171cd6ff037b0fa37ec8a5d9b4c1;p=thirdparty%2Fshairport-sync.git Improve a debug message. --- diff --git a/rtsp.c b/rtsp.c index 757f72e3..076a20d7 100644 --- a/rtsp.c +++ b/rtsp.c @@ -1880,7 +1880,7 @@ void handle_setrateanchori(rtsp_conn_info *conn, rtsp_message *req, rtsp_message pthread_cleanup_push(mutex_unlock, &conn->flush_mutex); conn->ap2_rate = rate; if ((rate & 1) != 0) { - debug(2, "Connection %d: Start playing.", conn->connection_number); + debug(2, "Connection %d: Start playing, with anchor clock %" PRIx64 ".", conn->connection_number, conn->networkTimeTimelineID); activity_monitor_signify_activity(1); conn->ap2_play_enabled = 1; } else {