commit ec0ae34a190a551ca7d45f917c0ef3c4697816bb
Author: iwakeh <[email protected]>
Date: Thu Apr 27 09:49:29 2017 +0000
Tweak a log statement.
---
.../java/org/torproject/collector/torperf/TorperfDownloader.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/src/main/java/org/torproject/collector/torperf/TorperfDownloader.java
b/src/main/java/org/torproject/collector/torperf/TorperfDownloader.java
index 7574665..b4f91fd 100644
--- a/src/main/java/org/torproject/collector/torperf/TorperfDownloader.java
+++ b/src/main/java/org/torproject/collector/torperf/TorperfDownloader.java
@@ -280,10 +280,10 @@ public class TorperfDownloader extends CollecTorMain {
bw.newLine();
}
} catch (IOException e) {
- logger.warn("Unable to write download history file '"
- + this.onionPerfDownloadedFile.getAbsolutePath() + "'. This may "
+ logger.warn("Unable to write download history file '{}'. This may "
+ "result in ignoring history and downloading all available .tpf "
- + "files in the next execution.", e);
+ + "files in the next execution.",
+ this.onionPerfDownloadedFile.getAbsolutePath(), e);
}
}
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits