Skip to content
Snippets Groups Projects
Commit ec0ae34a authored by iwakeh's avatar iwakeh Committed by Karsten Loesing
Browse files

Tweak a log statement.

parent fe9de218
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
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