Skip to content

Commit

Permalink
Turn up debug level to 3 when too long a silence occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Feb 16, 2019
1 parent 14aa9d4 commit 617d4bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +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.
debug(1,
"Connection %d: As Yeats almost said, \"Too long a silence / can make a stone "
"of the heart\".",
Expand Down

0 comments on commit 617d4bc

Please sign in to comment.