Skip to main content

get_codec: add an arrow prefix to this debugging line

ID
3762367
date
2026-01-08 20:34:24+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
1dee78e
message
get_codec: add an arrow prefix to this debugging line
changed files
1 file, 1 addition, 1 deletion

Changed files

get_codec (284) → get_codec (287)

diff --git a/get_codec b/get_codec
index c0ad717..7041e8e 100755
--- a/get_codec
+++ b/get_codec
@@ -10,5 +10,5 @@ then
   exit 1
 fi
 
-print_info "mediainfo --Inform=\"Video;%Format%\" ${1:q}"
+print_info "-> mediainfo --Inform=\"Video;%Format%\" ${1:q}"
 mediainfo --Inform="Video;%Format%" "$1"