From 09b89977df38f069b0f4ce16ff9d30e363d08709 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Jul 2019 13:35:31 +0100 Subject: [PATCH] dgit-repos-policy-debian: Add a tiny bit of debugging output No other change. Signed-off-by: Ian Jackson --- infra/dgit-repos-policy-debian | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2