Skip to content

Commit 7f42e73

Browse files
committed
explain log=print XMLRPC mapping
1 parent 4522c99 commit 7f42e73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pyrocore/data/config/config.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,13 @@ tag_show = {{#}}Tags: {{ chr(32).join(d.tagged) }} [{{ d.name[:33] }}…]
6565
# since command names seem to be heavily in flux in SVN HEAD of rTorrent, this
6666
# gives you a chance of adapting to the version your use. Report any calls that
6767
# need mapping but are not listed here (open an issue at "Google code", and be
68-
# sure to include the version of rTorrent and pyrocore you're using).
68+
# sure to include the version of rTorrent and pyrocore you are using).
6969
#
7070
# Currently, methods used in a multicall are NOT mapped.
7171
#
7272
# The format is "internal_name = client_name".
73-
;'
73+
74+
# This is specifically to allow `proxy.log(…)` calls (`print` is a keyword)
7475
log = print
7576

7677
[XMLRPC_0_8_7]

0 commit comments

Comments
 (0)