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