OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-tools                    Date:   18-Feb-2005 13:32:31
  Branch: HEAD                             Handle: 2005021812323100

  Modified files:
    openpkg-tools/cmd       src2make.pl

  Log:
    perl-dbi prints errors so let us print that we caught them

  Summary:
    Revision    Changes     Path
    1.12        +1  -1      openpkg-tools/cmd/src2make.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-tools/cmd/src2make.pl
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 src2make.pl
  --- openpkg-tools/cmd/src2make.pl     17 Feb 2005 14:50:30 -0000      1.11
  +++ openpkg-tools/cmd/src2make.pl     18 Feb 2005 12:32:31 -0000      1.12
  @@ -1042,7 +1042,7 @@
               $name, $class
               );
       } while (not $rv and $dbh->errstr =~ m|lock|i and sleep(1) and 
$retries-- >= 1);
  -    printf STDERR "DEBUG:$0: countdown from %d to %d\n", $lockretries, 
$retries if($debug);
  +    printf STDERR "DEBUG:$0: countdown from %d to %d\n", $lockretries, 
$retries if($debug or $retries != $lockretries);
       if (not $rv) {
           print STDERR "ERROR:$0: SQLite error: ".$dbh->errstr."\n";
           exit(2);
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to