summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xinfra/dgit-repos-policy-debian2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 62c7313..4dc18a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ dgit (1.3~~) UNRELEASED; urgency=low
likely similar problems elsewhere and improve a (harmless) instance in
dgit-repos-server.
* Test suite: Fix t-restriction-x-dgit-schroot-build in non-adt mode.
+ * Infrastructure: Improve an error message in dgit-repos-policy-debian.
-- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 16 Aug 2015 15:15:50 +0100
diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian
index fbf2d51..e56d090 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 "$_ ?" unless m/^(\w+) (\w+) (\d+)\s/;
+ die "($taintid) $_ ?" unless m/^(\w+) (\w+) (\d+)\s/;
my ($objid,$objtype,$nbytes) = ($1,$2,$3);
my $drop;