[tor-commits] [metrics-db/master] Fix log message.
karsten at torproject.org
karsten at torproject.org
Wed Nov 7 18:07:43 UTC 2012
commit 3064d679d786ed9506e44e8391f99f426c69a48e
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed Nov 7 13:03:59 2012 -0500
Fix log message.
---
.../ernie/db/exitlists/ExitListDownloader.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/org/torproject/ernie/db/exitlists/ExitListDownloader.java b/src/org/torproject/ernie/db/exitlists/ExitListDownloader.java
index 1bb9f69..74ee000 100644
--- a/src/org/torproject/ernie/db/exitlists/ExitListDownloader.java
+++ b/src/org/torproject/ernie/db/exitlists/ExitListDownloader.java
@@ -163,7 +163,7 @@ public class ExitListDownloader extends Thread {
StringBuilder dumpStats = new StringBuilder("Finished downloading "
+ "exit list.\nLast three exit lists are:");
Stack<File> filesInInputDir = new Stack<File>();
- filesInInputDir.add(new File("exitlist"));
+ filesInInputDir.add(new File("out/exit-lists"));
SortedSet<File> lastThreeExitLists = new TreeSet<File>();
while (!filesInInputDir.isEmpty()) {
File pop = filesInInputDir.pop();
More information about the tor-commits
mailing list