mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
Print libtorrent version in the log
This commit is contained in:
parent
bd5998ec05
commit
c35535edc3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue