From 6d932e31d8f95ded0437c695199ec48e6d55cb34 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 1 Jun 2007 16:20:20 +0000 Subject: Messages from the downloaders should be tagged ALL, not DEBUG. diff --git a/scripts/functions b/scripts/functions index 4199e92..6b26d12 100644 --- a/scripts/functions +++ b/scripts/functions @@ -286,8 +286,8 @@ CT_DoGetFile() { local _curl=`which curl` case "${_wget},${_curl}" in ,) CT_DoError "Could find neither wget nor curl";; - ,*) CT_DoGetFileCurl "$1" 2>&1 |CT_DoLog DEBUG;; - *) CT_DoGetFileWget "$1" 2>&1 |CT_DoLog DEBUG;; + ,*) CT_DoGetFileCurl "$1" 2>&1 |CT_DoLog ALL;; + *) CT_DoGetFileWget "$1" 2>&1 |CT_DoLog ALL;; esac } -- cgit v0.10.2-6-g49f6