From 63453e99c94aff3be961e5efef1fe6fcaef3e5d1 Mon Sep 17 00:00:00 2001 From: Shiloh Fen Date: Mon, 21 Jul 2025 02:03:35 -0500 Subject: [PATCH] extract-m4a: quiet logging --- scripts/extract-m4a.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/extract-m4a.nu b/scripts/extract-m4a.nu index cadc47b..0ce2d0f 100755 --- a/scripts/extract-m4a.nu +++ b/scripts/extract-m4a.nu @@ -44,7 +44,7 @@ def extract-file [file: path] { let file = $file | path expand let parsed_path = $file | path parse - log info $"Extracting `($file)`" + log debug $"Extracting `($file)`" if $parsed_path.extension != "m4a" { error make { @@ -84,5 +84,5 @@ def extract-file [file: path] { # -c:a copy -> Copy codec # -vn -> No video - log info $"Extracted `($file)` to `($output)`" + log debug $"Extracted `($file)` to `($output)`" } -- 2.51.2