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

sparky sparky at pld-linux.org
Mon Jul 12 01:29:21 CEST 2010


Author: sparky
Date: Mon Jul 12 01:29:21 2010
New Revision: 11652

Modified:
   toys/rsget.pl/RSGet/Main.pm
Log:
- add information about process pid


Modified: toys/rsget.pl/RSGet/Main.pm
==============================================================================
--- toys/rsget.pl/RSGet/Main.pm	(original)
+++ toys/rsget.pl/RSGet/Main.pm	Mon Jul 12 01:29:21 2010
@@ -98,7 +98,7 @@
 
 	maybe_start_http();
 	new RSGet::Line();
-	new RSGet::Line( "rsget.pl started successfully" );
+	new RSGet::Line( "rsget.pl started successfully on pid $$" );
 	new RSGet::Line();
 	RSGet::Line::update();
 


More information about the pld-cvs-commit mailing list