From 0529ea07d8c1127f7f25bb11ba18cfdea11f034f Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Tue, 1 Oct 2024 13:10:07 -0500 Subject: [PATCH] scripts: Fix logging goof in recorders --- scripts/record-call | 6 +++--- scripts/record-shell | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/record-call b/scripts/record-call index 09990ea..5c36ad7 100755 --- a/scripts/record-call +++ b/scripts/record-call @@ -5,6 +5,8 @@ * (just the audio on my end) ' +. "$(dirname $0)/util/logging.bash" + read -d '' usage <