[tor-commits] [doctor/java] Revert "Temporarily remove relay flags table to see if anybody cares."

karsten at torproject.org karsten at torproject.org
Thu Sep 19 10:27:14 UTC 2013


commit 14057b4747f2f1f98e8c8a743aa73a2cceddbb9e
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Thu Sep 19 12:24:32 2013 +0200

    Revert "Temporarily remove relay flags table to see if anybody cares."
    
    This reverts commit 3e8a1fbcb7d69e96767dcba5bc33b1dd76fe5063.
    
    Roger says he cares about this table, because he uses it to debug the
    network.  We should come up with a better long-term solution at some
    point.
---
 src/org/torproject/doctor/MetricsWebsiteReport.java |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/org/torproject/doctor/MetricsWebsiteReport.java b/src/org/torproject/doctor/MetricsWebsiteReport.java
index c8c29e4..f4a720e 100644
--- a/src/org/torproject/doctor/MetricsWebsiteReport.java
+++ b/src/org/torproject/doctor/MetricsWebsiteReport.java
@@ -86,10 +86,7 @@ public class MetricsWebsiteReport {
         writeAuthorityVersions();
         writeDownloadStatistics();
         writeRelayFlagsSummary();
-        /* Temporarily removed relay flags table to see if anybody cares.
-         * It's making the website really huge, and it's unclear if people
-         * actually need it.  -KL 2013-08-12 */
-        //writeRelayFlagsTable();
+        writeRelayFlagsTable();
         writePageFooter();
         this.bw.close();
       } catch (IOException e) {



More information about the tor-commits mailing list