summaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-11-07 15:45:53 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-01 23:53:45 +0100
commit496eedd22761330b59f4f7b81d2b860e154c9b37 (patch)
tree8ae0f2e01d9cdb3d290d72159a3d084c0b673634 /infra
parent60650085bd40450e3b1276438ae3023e1648d343 (diff)
dgit-repos-policy-debian: better error message when git-cat-file produces unexpected output
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 e56d090..7ad2c7d 100755
--- a/infra/dgit-repos-policy-debian
+++ b/infra/dgit-repos-policy-debian
@@ -360,7 +360,7 @@ END
printdebug "|< ", $_ if $debuglevel>=2;
next if m/^\w+ missing$/;
- die "($taintid) $_ ?" unless m/^(\w+) (\w+) (\d+)\s/;
+ die "($taintid @objscatcmd) $_ ?" unless m/^(\w+) (\w+) (\d+)\s/;
my ($objid,$objtype,$nbytes) = ($1,$2,$3);
my $drop;