From: Ian Jackson Date: Mon, 1 Jul 2019 12:35:31 +0000 (+0100) Subject: dgit-repos-policy-debian: Add a tiny bit of debugging output X-Git-Tag: archive/debian/9.0~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=09b89977df38f069b0f4ce16ff9d30e363d08709;ds=sidebyside dgit-repos-policy-debian: Add a tiny bit of debugging output No other change. Signed-off-by: Ian Jackson --- diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index f7e5e53b..bc370d27 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -546,6 +546,7 @@ for (;;) { die unless defined $rcode; $poldbh->commit; + printdebug "poldbh commit\n"; }; last unless length $@; die $@ unless ref $@ eq $db_busy_exception;