Fix log message.

This commit is contained in:
Karsten Loesing 2012-11-07 13:03:59 -05:00
parent a03dad001c
commit 3064d679d7

View File

@ -163,7 +163,7 @@ public class ExitListDownloader extends Thread {
StringBuilder dumpStats = new StringBuilder("Finished downloading " StringBuilder dumpStats = new StringBuilder("Finished downloading "
+ "exit list.\nLast three exit lists are:"); + "exit list.\nLast three exit lists are:");
Stack<File> filesInInputDir = new Stack<File>(); Stack<File> filesInInputDir = new Stack<File>();
filesInInputDir.add(new File("exitlist")); filesInInputDir.add(new File("out/exit-lists"));
SortedSet<File> lastThreeExitLists = new TreeSet<File>(); SortedSet<File> lastThreeExitLists = new TreeSet<File>();
while (!filesInInputDir.isEmpty()) { while (!filesInInputDir.isEmpty()) {
File pop = filesInInputDir.pop(); File pop = filesInInputDir.pop();