Progress output aesthetics

This commit is contained in:
Vladimir Panteleev 2013-08-29 21:48:26 +00:00
parent 687bfafc53
commit 2426da08de
1 changed files with 1 additions and 1 deletions

View File

@ -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 ~=