From e1cf039dee19a5886b75c5c83f34be042b99985b Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 26 May 2015 21:31:12 -0400 Subject: [PATCH] Fixed log level on downsize720 --- bin/convertMedia | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/convertMedia b/bin/convertMedia index 0f98fdb..2ee8f44 100755 --- a/bin/convertMedia +++ b/bin/convertMedia @@ -3,7 +3,7 @@ # ################################################## # My Generic BASH script template # -version="1.1.0" # Sets version variable for this script +version="1.1.1" # Sets version variable for this script # scriptTemplateVersion="1.2.0" # Version of scriptTemplate.sh that this script is based on # @@ -12,6 +12,8 @@ scriptTemplateVersion="1.2.0" # Version of scriptTemplate.sh that this script is # # * 2015-03-31 - v1.0.0 - First creation # * 2015-04-07 - v1.1.0 - Added support for music files +# * 2015-05-26 - v1.1.1 - Fixed log level on downsize720 +# # ################################################## # Source Scripting Utilities @@ -351,7 +353,7 @@ convertVideo() { if [[ "${videoPreset}" == "1080p" ]]; then videoSize="hd720" && verbose "videoSize=hd720" else - warning "Skipping ${f}. It's not 1080p" + notice "Skipping ${f}. It's not 1080p" breakLoop continue fi