summaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-19 20:55:33 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-19 20:55:33 +0100
commit1c0ddd6d1b815792051b1f2b1da8045a8e8f5616 (patch)
tree7f6115154725db14489d784396e99e7c7357a4c9 /infra
parentf0998116dfb1de1dd5c5df44924fb141cf61043a (diff)
Improve an error message from dgit-repos-policy-debian.
Diffstat (limited to 'infra')
-rwxr-xr-xinfra/dgit-repos-policy-debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian
index a0ac519..5b957d3 100755
--- a/infra/dgit-repos-policy-debian
+++ b/infra/dgit-repos-policy-debian
@@ -346,7 +346,7 @@ END
printdebug "|< ", $_ if $debuglevel>=2;
next if m/^\w+ missing$/;
- die unless m/^(\w+) (\w+) (\d+)\s/;
+ die "$_ ?" unless m/^(\w+) (\w+) (\d+)\s/;
my ($objid,$objtype,$nbytes) = ($1,$2,$3);
my $drop;