summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_strip1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_strip b/dh_strip
index 47643fd5..06122b14 100755
--- a/dh_strip
+++ b/dh_strip
@@ -291,6 +291,7 @@ sub make_debug {
} else {
# For dbgsyms, we need build-id (else it will not be
# co-installable).
+ warning("Could not find the BuildID in $file");
return if $use_build_id > 1;
}
}