chiark / gitweb /
dgit-repos-policy-debian: Add a tiny bit of debugging output
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 1 Jul 2019 12:35:31 +0000 (13:35 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 1 Jul 2019 12:35:31 +0000 (13:35 +0100)
No other change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
infra/dgit-repos-policy-debian

index f7e5e53b473ddef2b9932ac4e7c213200649cd92..bc370d27358ccd1af68849ce2ae3cbfc12f34cee 100755 (executable)
@@ -546,6 +546,7 @@ for (;;) {
        die unless defined $rcode;
 
        $poldbh->commit;
        die unless defined $rcode;
 
        $poldbh->commit;
+       printdebug "poldbh commit\n";
     };
     last unless length $@;
     die $@ unless ref $@ eq $db_busy_exception;
     };
     last unless length $@;
     die $@ unless ref $@ eq $db_busy_exception;