Author: andar
Revision: 5662
Log:
Print libtorrent version in the log
Diff:
Modified: trunk/deluge/core/core.py
===================================================================
--- trunk/deluge/core/core.py 2009-08-12 07:17:21 UTC (rev 5661)
+++ trunk/deluge/core/core.py 2009-08-12 07:22:13 UTC (rev 5662)
@@ -74,7 +74,7 @@
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(".")]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---