mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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")
|
||||
|
||||
# Start the libtorrent session
|
||||
log.debug("Starting libtorrent session..")
|
||||
log.info("Starting libtorrent %s session..", lt.version)
|
||||
|
||||
# Create the client fingerprint
|
||||
version = [int(value.split("-")[0]) for value in deluge.common.get_version().split(".")]
|
||||
|
|
Loading…
Add table
Reference in a new issue