projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df85743
)
fix debug method
author
martin f. krafft
<madduck@madduck.net>
Sat, 15 Mar 2008 13:54:43 +0000
(14:54 +0100)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sat, 15 Mar 2008 17:16:57 +0000
(13:16 -0400)
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit
e924b6777ac0b6d04116f563f0fe749595e03d13
)
plugins/rst
patch
|
blob
|
history
diff --git
a/plugins/rst
b/plugins/rst
index 06b36b80cca85b298ef79462abebd364629941cc..febc14e97186634a9603938657a524f7293af3f9 100755
(executable)
--- a/
plugins/rst
+++ b/
plugins/rst
@@
-30,7
+30,7
@@
def rst2html(*kwargs):
import sys
def debug(s):
- sys.stderr.write(__name__ + ':DEBUG:%s' % s)
+ sys.stderr.write(__name__ + ':DEBUG:%s
\n
' % s)
sys.stderr.flush()
proxy = IkiWikiProcedureProxy(__name__, debug_fn=None)