[Debian-l10n-commits] r2738 - in /ddtp-web: Changelog ddts-stats

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Thu Jul 28 21:50:56 UTC 2011


Author: nekral-guest
Date: Thu Jul 28 21:50:56 2011
New Revision: 2738

URL: http://svn.debian.org/wsvn/?sc=1&rev=2738
Log:
	* ddts-stats: Ignore HTTP code 200 and 500.

Modified:
    ddtp-web/Changelog
    ddtp-web/ddts-stats

Modified: ddtp-web/Changelog
URL: http://svn.debian.org/wsvn/ddtp-web/Changelog?rev=2738&op=diff
==============================================================================
--- ddtp-web/Changelog (original)
+++ ddtp-web/Changelog Thu Jul 28 21:50:56 2011
@@ -1,3 +1,7 @@
+2011-07-28  Nicolas Francois  <nicolas.francois at centraliens.net>
+
+	* ddts-stats: Ignore HTTP code 200 and 500.
+
 2011-07-28  Nicolas Francois  <nicolas.francois at centraliens.net>
 
 	* ddts-stats: Cleanup.

Modified: ddtp-web/ddts-stats
URL: http://svn.debian.org/wsvn/ddtp-web/ddts-stats?rev=2738&op=diff
==============================================================================
--- ddtp-web/ddts-stats (original)
+++ ddtp-web/ddts-stats Thu Jul 28 21:50:56 2011
@@ -81,7 +81,7 @@
 sub fetch_data
 {
   my $code = mirror( $POPCON, "$data/popcon.txt" );
-  warn "$POPCON: $code\n" if ($code != 200 and $code != 300);
+  warn "$POPCON: $code\n" if ($code != 200 and $code != 500);
 }
 
 sub load_packages




More information about the Debian-l10n-commits mailing list