diff plugins/plugin_xep_0065.py @ 8:4b05308d45f9

fixed bad namespace
author Goffi <goffi@goffi.org>
date Mon, 26 Oct 2009 17:00:19 +0100
parents c4bc297b82f0
children 63ab3d8058f4
line wrap: on
line diff
--- a/plugins/plugin_xep_0065.py	Sat Oct 24 01:05:17 2009 +0200
+++ b/plugins/plugin_xep_0065.py	Mon Oct 26 17:00:19 2009 +0100
@@ -453,6 +453,7 @@
         
     def sendFile(self, id, filepath, size):
         #lauching socks5 initiator
+        debug("Launching socks5 initiator")
         self.server_factory.protocol.mode = "initiator"
         self.server_factory.protocol.filepath = filepath
         self.server_factory.protocol.filesize = size