Add some extra debug logging

Esse commit está contido em:
belliash 2012-01-02 23:38:22 +01:00
commit 80a57ba69b
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

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