Fixed log level on downsize720

This commit is contained in:
Nathaniel Landau
2015-05-26 21:31:12 -04:00
parent d41908d1c5
commit e1cf039dee

View File

@@ -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