]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Stop increasing the debugging verbosity when a watchdog timeout occurs
authorMike Brady <mikebrady@eircom.net>
Sun, 17 Feb 2019 10:13:48 +0000 (10:13 +0000)
committerMike Brady <mikebrady@eircom.net>
Sun, 17 Feb 2019 10:13:48 +0000 (10:13 +0000)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 4e5062d31d0e5c74acd090cf725597fd279e4943..fb4ed4f3d937c2e96bfdc4cff46b296a014c2df7 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -291,7 +291,7 @@ void *player_watchdog_thread_code(void *arg) {
         if (time_since_last_bark >= ct) {
           conn->watchdog_barks++;
           if (conn->watchdog_barks == 1) {
-            debuglev = 3; // tell us everything.
+            // debuglev = 3; // tell us everything.
             debug(1,
                   "Connection %d: As Yeats almost said, \"Too long a silence / can make a stone "
                   "of the heart\".",