From: martin f. krafft Date: Sun, 19 Sep 2021 21:20:44 +0000 (+1200) Subject: More info in debug output X-Git-Url: https://git.madduck.net/code/pulserecorder.git/commitdiff_plain/537d0106ab8f4562db5d70a6103077d68f1db16e?ds=sidebyside More info in debug output --- diff --git a/pulserecorder b/pulserecorder index 8ad87c8..5eb3bc6 100755 --- a/pulserecorder +++ b/pulserecorder @@ -72,7 +72,7 @@ pa_wait_for_event() { type="${1:-*}" event="${2:-*}" id="${3:-*}" pa_subscribe | ( read pid - #echo >&2 pa_subscribe started with PID $pid + #echo >&2 pa_subscribe started with PID $pid, waiting for $type/$event/$id while read lead xevent on xtype xid; do xid=${xid#\#} #echo >&2 "pa_subscribe: $xtype/$xevent/$xid ($type/$event/$id)"