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>
This commit is contained in:
Yann E. MORIN" 2014-01-05 19:25:54 +01:00
parent ba4abe8285
commit 2071cfb13e

View File

@ -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