From 2426da08de781873d4d1a377c9741884226e4782 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Thu, 29 Aug 2013 21:48:26 +0000 Subject: [PATCH] Progress output aesthetics --- wp2git.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp2git.d b/wp2git.d index 9a0d7e9..905e6f6 100644 --- a/wp2git.d +++ b/wp2git.d @@ -54,7 +54,7 @@ int main(string[] args) string summary = child.findChild("comment") ? child["comment"].text : null; string committer = child["contributor"].findChild("username") ? child["contributor"]["username"].text : child["contributor"]["ip"].text; string text = child["text"].text; - stderr.writefln("Revision %s by %s: %s", id, committer, summary); + stderr.writefln(" >> Revision %s by %s: %s", id, committer, summary); summary ~= "\n\nhttp://" ~ language ~ ".wikipedia.org/w/index.php?oldid=" ~ id; data ~=