mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
Messages from the downloaders should be tagged ALL, not DEBUG.
This commit is contained in:
parent
1bb7c90a8d
commit
6d932e31d8
@ -286,8 +286,8 @@ CT_DoGetFile() {
|
|||||||
local _curl=`which curl`
|
local _curl=`which curl`
|
||||||
case "${_wget},${_curl}" in
|
case "${_wget},${_curl}" in
|
||||||
,) CT_DoError "Could find neither wget nor curl";;
|
,) CT_DoError "Could find neither wget nor curl";;
|
||||||
,*) CT_DoGetFileCurl "$1" 2>&1 |CT_DoLog DEBUG;;
|
,*) CT_DoGetFileCurl "$1" 2>&1 |CT_DoLog ALL;;
|
||||||
*) CT_DoGetFileWget "$1" 2>&1 |CT_DoLog DEBUG;;
|
*) CT_DoGetFileWget "$1" 2>&1 |CT_DoLog ALL;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user