From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 3 Jun 2021 08:52:05 +0000 (+0100) Subject: Quieten a debug message. X-Git-Tag: 4.1-dev~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13eccc30398f2d27df908f7ba9b913aaa428e884;p=thirdparty%2Fshairport-sync.git Quieten a debug message. --- diff --git a/rtsp.c b/rtsp.c index a808c96f..ff855c3b 100644 --- a/rtsp.c +++ b/rtsp.c @@ -3532,7 +3532,6 @@ static void apple_challenge(int fd, rtsp_message *req, rtsp_message *resp) { char *hdr = msg_get_header(req, "Apple-Challenge"); if (!hdr) return; - debug(1, "Apple Challenge"); SOCKADDR fdsa; socklen_t sa_len = sizeof(fdsa); getsockname(fd, (struct sockaddr *)&fdsa, &sa_len);