Author: sparky
Date: Fri Aug  6 02:51:46 2010
New Revision: 11761

Modified:
   toys/rsget.pl/RSGet/Plugin.pm
Log:
- print "INIT: <plugin name> Added" with verbose 2+


Modified: toys/rsget.pl/RSGet/Plugin.pm
==============================================================================
--- toys/rsget.pl/RSGet/Plugin.pm       (original)
+++ toys/rsget.pl/RSGet/Plugin.pm       Fri Aug  6 02:51:46 2010
@@ -261,7 +261,7 @@
                my $pkg = $plugin->{pkg};
                $getters{ $pkg } = $plugin;
                new RSGet::Line( "INIT: ", "$pkg: Added" )
-                       if verbose( 1 );
+                       if verbose( 2 );
                return 1;
        } else {
                warn "${type}/$file: failed\n";
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to