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

sparky sparky at pld-linux.org
Sat Dec 18 21:33:59 CET 2010


Author: sparky
Date: Sat Dec 18 21:33:59 2010
New Revision: 11992

Modified:
   toys/rsget.pl/RSGet/HTTPRequest.pm
Log:
- some more log on main http page


Modified: toys/rsget.pl/RSGet/HTTPRequest.pm
==============================================================================
--- toys/rsget.pl/RSGet/HTTPRequest.pm	(original)
+++ toys/rsget.pl/RSGet/HTTPRequest.pm	Sat Dec 18 21:33:59 2010
@@ -79,7 +79,7 @@
 	$r .= f_status();
 	$r .= f_notify();
 	$r .= f_active();
-	$r .= f_log( 6 );
+	$r .= f_log( 10 );
 	$r .= f_dllist();
 	$r .= f_addform();
 	$r .= '<script type="text/javascript">init_main();</script>';
@@ -106,7 +106,7 @@
 		$data->{active} = $nowactive;
 	}
 	if ( not $post->{dead} or $RSGet::Line::dead_change != $post->{dead} ) {
-		$r .= f_log( 6 );
+		$r .= f_log( 10 );
 		$data->{dead} = $RSGet::Line::dead_change;
 	}
 	if ( not $post->{dllist} or $post->{dllist} != $RSGet::FileList::listmtime ) {


More information about the pld-cvs-commit mailing list