summaryrefslogtreecommitdiff
path: root/scripts/build/libc_eglibc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/libc_eglibc.sh')
-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