--- trunk/mage/usr/lib/mage/smage2.sh 2012/01/10 15:48:33 1621 +++ trunk/mage/usr/lib/mage/smage2.sh 2012/01/13 13:17:21 1630 @@ -177,6 +177,8 @@ fi echo -e "${COLBLUE}==>${COLGREEN} fetching ${uri}${COLDEFAULT}" + # always use verbose mode for source downloads + FVERBOSE=off msetfeature "verbose" # do not die here, mchecksum catches download errors mdownload --uri "${uri}" --dir "${outputdir}"