]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
fix: flac process message
authorBastian Dehn <hhaalo@arcor.de>
Sun, 6 Dec 2020 08:29:47 +0000 (09:29 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 6 Dec 2020 08:29:47 +0000 (09:29 +0100)
albentohandy

index 0967ad7a47d67916b9c6a71a651f0bfd65b787c4..c88aef690b39a31a032aaed489d3ab1ebad0f6b4 100755 (executable)
@@ -381,7 +381,7 @@ ConvertProcess()
                        $((curphase++)) $phase
                ConvertFlacToMp3 "$WORK" "$parallelopts"
        elif [ $mp3 == false ] && [ $flac == true ]; then
-               printf "\nPhase %02d of %02d: flac -> mp3\n" \
+               printf "\nPhase %02d of %02d: flac -> flac with cover\n" \
                        $((curphase++)) $phase
                PictureToFlac "$WORK"
        fi