Skip to content
Snippets Groups Projects
Commit dcccaaab authored by iwakeh's avatar iwakeh
Browse files

Corrected exit-list annotation. Suggested by Wojtek Porczyk.

Implements task-21195.
parent 2a8f32c6
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ public class ExitListDownloader extends CollecTorMain {
try {
logger.debug("Downloading exit list...");
StringBuilder sb = new StringBuilder();
sb.append(Annotation.Torperf.toString());
sb.append(Annotation.ExitList.toString());
sb.append("Downloaded " + dateTimeFormat.format(downloadedDate)
+ "\n");
URL url = config.getUrl(Key.ExitlistUrl);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment