SVN: toys/rsget.pl/RSGet/Plugin.pm

sparky sparky at pld-linux.org
Fri Aug 6 02:51:47 CEST 2010


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";


More information about the pld-cvs-commit mailing list