On Arch Linux, starting deluged throws some warnings which is spamming journalctl. Is there an easy fix to either suppress or fix the underlying problem?
% journalctl -u deluged
-- Logs begin at Sat 2016-11-26 05:18:07 EST, end at Sat 2016-11-26 05:54:47 EST. --
Nov 26 05:18:12 insomnia systemd[1]: Started Deluge Daemon.
Nov 26 05:18:12 insomnia deluged[263]: /usr/lib/python2.7/site-packages/deluge/_libtorrent.py:59: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored.
Nov 26 05:18:12 insomnia deluged[263]: import libtorrent as lt
Nov 26 05:18:12 insomnia deluged[263]: Unhandled error in Deferred:
...