From bce734761aadb4b7c2b1164e21821962cf29a06c Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 5 Mar 2019 19:00:00 +0100 Subject: [PATCH] fix: message to ogg --- albentohandy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albentohandy b/albentohandy index d1c8976..2ac2d14 100755 --- a/albentohandy +++ b/albentohandy @@ -227,7 +227,7 @@ ConvertProcess() printf "create symlinks of flac's in %s\n" "$WORK" MakeSymlinksToWork "$WORK" "$MUSICPATH" "$albumlist" - printf "\nPhase %02d of %02d: flac -> mp3\n" $((curphase++)) $phase + printf "\nPhase %02d of %02d: flac -> ogg\n" $((curphase++)) $phase ConvertFlacToMp3 "$WORK" "$BASEFILE" "$parallelopts" "$SCRIPTPATH" printf "\nPhase %02d of %02d: " $((curphase++)) $phase -- 2.47.3