projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7893c7f
)
improve debug output
author
martin f. krafft
<madduck@madduck.net>
Sat, 15 Mar 2008 13:51:40 +0000
(14:51 +0100)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sat, 15 Mar 2008 17:16:45 +0000
(13:16 -0400)
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit
63c7e393692b44bfa69d8b78a936f58beadef2b2
)
plugins/proxy.py
patch
|
blob
|
history
diff --git
a/plugins/proxy.py
b/plugins/proxy.py
index cf5588b2494ecbd0c8187f5c5f873d0584665be4..55c552ab22e30aab59c2a10c3192bd9a30e7ebea 100755
(executable)
--- a/
plugins/proxy.py
+++ b/
plugins/proxy.py
@@
-108,7
+108,7
@@
class _IkiWikiExtPluginXMLRPCHandler(object):
def send_rpc(self, cmd, in_fd, out_fd, **kwargs):
xml = xmlrpclib.dumps(sum(kwargs.iteritems(), ()), cmd)
- self._debug_fn(
'sending xml to ikiwiki to call procedure %s: [%s]'
% (cmd, xml))
+ self._debug_fn(
"calling ikiwiki procedure `%s': [%s]"
% (cmd, xml))
_IkiWikiExtPluginXMLRPCHandler._write(out_fd, xml)
self._debug_fn('reading response from ikiwiki...')