chiark / gitweb /
dgit-repos-policy-debian: Add a tiny bit of debugging output
[dgit.git] / infra / dgit-repos-policy-debian
index f7e5e53b473ddef2b9932ac4e7c213200649cd92..bc370d27358ccd1af68849ce2ae3cbfc12f34cee 100755 (executable)
@@ -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;