From 496eedd22761330b59f4f7b81d2b860e154c9b37 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 7 Nov 2015 15:45:53 +0000 Subject: [PATCH] dgit-repos-policy-debian: better error message when git-cat-file produces unexpected output --- infra/dgit-repos-policy-debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index e56d0909..7ad2c7d5 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; -- 2.30.2