Print libtorrent version in the log
This commit is contained in:
parent
bd5998ec05
commit
c35535edc3
@ -74,7 +74,7 @@ class Core(component.Component):
|
|||||||
component.Component.__init__(self, "Core")
|
component.Component.__init__(self, "Core")
|
||||||
|
|
||||||
# Start the libtorrent session
|
# Start the libtorrent session
|
||||||
log.debug("Starting libtorrent session..")
|
log.info("Starting libtorrent %s session..", lt.version)
|
||||||
|
|
||||||
# Create the client fingerprint
|
# Create the client fingerprint
|
||||||
version = [int(value.split("-")[0]) for value in deluge.common.get_version().split(".")]
|
version = [int(value.split("-")[0]) for value in deluge.common.get_version().split(".")]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user