Add some extra debug logging

This commit is contained in:
belliash 2012-01-02 23:38:22 +01:00
parent 564706f905
commit 80a57ba69b
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ function download() {
else
DEST="./${FILENAME}"
fi
logMessage "Downloading ${URL} to ${DEST}" "DEBUG"
echo -ne " ${STAR_GREEN} ${FILENAME}: "
wget --progress=dot -c -t ${FETCHTRIES} -T ${FETCHTIMEOUT} -O "${DEST}" \
${URL} 2>&1 | grep --line-buffered "%" | sed -u -e "s/[\.\,]//g" | \