r14336 - /scripts/qa/DebianQA/Svn.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Fri Feb 8 00:38:15 UTC 2008


Author: tincho-guest
Date: Fri Feb  8 00:38:15 2008
New Revision: 14336

URL: http://svn.debian.org/wsvn/?sc=1&rev=14336
Log:
Upgrade debugging message

Modified:
    scripts/qa/DebianQA/Svn.pm

Modified: scripts/qa/DebianQA/Svn.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Svn.pm?rev=14336&op=diff
==============================================================================
--- scripts/qa/DebianQA/Svn.pm (original)
+++ scripts/qa/DebianQA/Svn.pm Fri Feb  8 00:38:15 2008
@@ -179,7 +179,7 @@
             $tags{$dir} = $cdata->{$dir}{tags};
             next;
         }
-        debug("Retrieving tags for $dir");
+        info("Retrieving tags for $dir");
         my $pkghome = "$svnpath$prepath/$dir$postpath";
         my $tagdirs = safe_svn_op($svn, ls => $pkghome, 'HEAD', 0);
         my @tagdirs = sort( { deb_compare_nofail($a, $b) }




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