summaryrefslogtreecommitdiff
path: root/lib/DhMakeELPA/Command/Packaging.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DhMakeELPA/Command/Packaging.pm')
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index ff6607e..acde0c4 100644
--- a/lib/DhMakeELPA/Command/Packaging.pm
+++ b/lib/DhMakeELPA/Command/Packaging.pm
@@ -109,6 +109,8 @@ sub find_bins {
# fallback: if we failed to figure out the bins, just use a
# single one
if ( scalar %{$self->bins} eq 0) {
+ print "W: Failed to determine binary packages\n";
+ print "W: Falling back to a single binary package\n";
&$single_bin();
}
}