diff --git a/tools/consumedir.sh b/tools/consumedir.sh index 77f4c550..47a8882c 100755 --- a/tools/consumedir.sh +++ b/tools/consumedir.sh @@ -248,7 +248,7 @@ checkFile() { url=$url/$(checksum "$file") trace "- Check file via $OPTS: $url" tf1=$($MKTEMP_CMD) tf2=$($MKTEMP_CMD) - $CURL_CMD --fail -o "$tf1" --stderr "$tf2" $OPTS -XGET -s "$url" + $CURL_CMD --fail -v -o "$tf1" --stderr "$tf2" $OPTS -XGET -s "$url" if [ $? -ne 0 ]; then info "Checking file failed!" cat "$tf1" >&2