X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=blobdiff_plain;f=plugins%2Fproxy.py;h=55c552ab22e30aab59c2a10c3192bd9a30e7ebea;hp=cf5588b2494ecbd0c8187f5c5f873d0584665be4;hb=df85743f63267cf7fc1f74f9f28d32f66d01e51f;hpb=7893c7ff5c7c1e2df3c018b97f294028476f74e3 diff --git a/plugins/proxy.py b/plugins/proxy.py index cf5588b24..55c552ab2 100755 --- 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...')