From: Bastian Dehn Date: Sun, 6 Dec 2020 08:29:47 +0000 (+0100) Subject: fix: flac process message X-Git-Tag: v1.0.0^2~64 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=7eb57a8d408c15fe205cf3c7657229918dc37156;p=albentohandy.git fix: flac process message --- diff --git a/albentohandy b/albentohandy index 0967ad7..c88aef6 100755 --- a/albentohandy +++ b/albentohandy @@ -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