r15867 - /scripts/qa/DebianQA/Cache.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Thu Feb 28 13:04:24 UTC 2008


Author: tincho-guest
Date: Thu Feb 28 13:04:24 2008
New Revision: 15867

URL: http://svn.debian.org/wsvn/?sc=1&rev=15867
Log:
Debug when cache has old version

Modified:
    scripts/qa/DebianQA/Cache.pm

Modified: scripts/qa/DebianQA/Cache.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Cache.pm?rev=15867&op=diff
==============================================================================
--- scripts/qa/DebianQA/Cache.pm (original)
+++ scripts/qa/DebianQA/Cache.pm Thu Feb 28 13:04:24 2008
@@ -212,6 +212,7 @@
     debug("find_stamp($hash, $path) invoked");
     die "Invalid hashref" unless($hash and ref $hash and ref $hash eq "HASH");
     if(! $hash->{"/version"} or $hash->{"/version"} < $VERSION) {
+        debug("find_stamp: returning 0 as cache has old version");
         return 0;
     }
     my $ctsmp = 0;




More information about the Pkg-perl-cvs-commits mailing list