summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web>2011-04-20 18:12:45 -0400
committerJoey Hess <joey@kitenet.net>2011-04-20 18:12:45 -0400
commit82bae49fc43231039e41656340050971114c23cd (patch)
tree40b765b8df3ec9bd5fe051a9695e5a050bb2ff99 /doc
parent14bf9569da60523ea51179cd936381ff16767775 (diff)
ahem
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/ikiwiki_lacks_a_--quiet.mdwn17
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/bugs/ikiwiki_lacks_a_--quiet.mdwn b/doc/bugs/ikiwiki_lacks_a_--quiet.mdwn
index 481cb4405..9c90f82a6 100644
--- a/doc/bugs/ikiwiki_lacks_a_--quiet.mdwn
+++ b/doc/bugs/ikiwiki_lacks_a_--quiet.mdwn
@@ -26,19 +26,4 @@ Yes, I can simply redirect the output, but an option would be cleaner, imo. -- R
successfully generated [post-update]
skipping bad filename [...]
-> I think the following patch is enough to fix it (untested, [here](https://github.com/jmtd/ikiwiki/tree/silence-generated), pull request sent)
-
- --- a/IkiWiki/Wrapper.pm
- +++ b/IkiWiki/Wrapper.pm
- @@ -237,8 +237,7 @@ EOF
- error("rename $wrapper.new $wrapper: $!");
- }
- #translators: The parameter is a filename.
- - printf(gettext("successfully generated %s"), $wrapper);
- - print "\n";
- + debug(gettext("successfully generated %s"), $wrapper);
- }
-
- 1
-
-> -- [[Jon]]
+> I've written a patch ([here](https://github.com/jmtd/ikiwiki/tree/silence-generated), pull request sent) that fixes the 'generated...' lines. -- [[Jon]]