mirror of
https://github.com/torproject/collector.git
synced 2024-11-27 03:10:28 +00:00
Fix log message.
This commit is contained in:
parent
a03dad001c
commit
3064d679d7
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user