summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-17 14:13:00 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-17 14:13:00 (GMT)
commit99691ee4d6889de91748060f6d8c76da56c1d042 (patch)
tree079e55b690c7fed5d2c0dfd557baee9f39eb902e /scripts/build
parent5742930b13cf6686f23177a1c76361e68b6656f5 (diff)
Log retrieved file emssages to DEBUG level, not EXTRA.
/trunk/scripts/build/libc_eglibc.sh | 2 1 1 0 +- /trunk/scripts/functions | 6 3 3 0 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/libc_eglibc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc_eglibc.sh b/scripts/build/libc_eglibc.sh
index c7571da..343ba23 100644
--- a/scripts/build/libc_eglibc.sh
+++ b/scripts/build/libc_eglibc.sh
@@ -72,7 +72,7 @@ do_libc_get() {
[ -a "${CT_LOCAL_TARBALLS_DIR}/${eglibc_localedef}" ] && \
[ -a "${CT_LOCAL_TARBALLS_DIR}/${eglibc_ports}" ] && \
[ "${CT_FORCE_DOWNLOAD}" != "y" ]; then
- CT_DoLog EXTRA "Got 'eglibc-${CT_LIBC_VERSION}' from local storage"
+ CT_DoLog DEBUG "Got 'eglibc-${CT_LIBC_VERSION}' from local storage"
for file in ${eglibc} ${eglibc_linuxthreads} ${eglibc_localedef} ${eglibc_ports}; do
CT_DoExecLog ALL ln -s "${CT_LOCAL_TARBALLS_DIR}/${file}" "${CT_TARBALLS_DIR}/${file}"
done