summaryrefslogtreecommitdiffstats
path: root/src/oh-strip
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-strip')
-rw-r--r--src/oh-strip2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oh-strip b/src/oh-strip
index 9e11f75..a8769d4 100644
--- a/src/oh-strip
+++ b/src/oh-strip
@@ -65,6 +65,8 @@ fi
# Iterate over object files.
while [ ${#} -gt 0 ]; do
+ printf 'oh-strip: Stripping objects in package "%s"...\n' "${1}"
+
if ${make_dbg_pkg}; then
# Copy debugging symbols into a debugging object file and add a GDB link
# from the original object file to the debugging object file.