summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2014-01-05 18:25:54 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2014-01-05 18:25:54 (GMT)
commit2071cfb13ea9271b95c13c53f2c85536feab6b69 (patch)
treebc198224f1d2d2c98c4b411b240c8547b1708171
parentba4abe8285c8ac16c3f966041a66973bbfe66655 (diff)
libc/glibc: print name of skipped addon
When trying to extract an already present (aka bundled) addon, print the name of that addon, for clarity, and to help analyse the build.log post-mortem. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--scripts/build/libc/glibc-eglibc.sh-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common
index b9c55cb..4d961fd 100644
--- a/scripts/build/libc/glibc-eglibc.sh-common
+++ b/scripts/build/libc/glibc-eglibc.sh-common
@@ -15,7 +15,7 @@ do_libc_extract() {
# need to extract it. Worse, if we were to try to extract
# it, we'd get an error.
if [ -d "${addon}" ]; then
- CT_DoLog DEBUG "Add-on already present, spkipping extraction"
+ CT_DoLog DEBUG "Add-on '${addon}' already present, skipping extraction"
continue
fi