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)`" }