summaryrefslogtreecommitdiffstats
path: root/bin/prepstrip
diff options
context:
space:
mode:
Diffstat (limited to 'bin/prepstrip')
-rwxr-xr-xbin/prepstrip5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/prepstrip b/bin/prepstrip
index c9fc10e98..1ff4c0d28 100755
--- a/bin/prepstrip
+++ b/bin/prepstrip
@@ -55,8 +55,9 @@ save_elf_debug() {
# They prevent us from getting the splitdebug data.
f="$(scanelf -yqRBF '#k%F' -k '!.symtab' "$@")"
if [[ -n "${f}" ]] ; then
- vecho -e "\n\aQA Notice: pre-stripped files found:\a"
- vecho "${f}"
+ vecho -e "\a\n"
+ eqawarn "QA Notice: Pre-stripped files found:"
+ eqawarn "${f}"
echo "${f}" > "${T}"/scanelf-already-stripped.log
fi