summaryrefslogtreecommitdiffstats
path: root/module/ThreadManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-26 19:53:27 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-26 19:53:27 +0100
commit420a2ddaf25125a20b268ec006e81fc429993f63 (patch)
tree77fab5959eb93342d8ee130ba9f5d57c2ce3acc7 /module/ThreadManager.py
parentremoved custom bg color (diff)
downloadpyload-420a2ddaf25125a20b268ec006e81fc429993f63.tar.xz
new l18n files
Diffstat (limited to 'module/ThreadManager.py')
-rw-r--r--module/ThreadManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ThreadManager.py b/module/ThreadManager.py
index 8e92c1a6e..f3da9a713 100644
--- a/module/ThreadManager.py
+++ b/module/ThreadManager.py
@@ -130,7 +130,7 @@ class ThreadManager:
self.core.hookManager.beforeReconnecting(ip)
- self.log.debug(_("Old IP: %s") % ip)
+ self.log.debug("Old IP: %s" % ip)
try:
reconn = Popen(self.core.config['reconnect']['method'], bufsize=-1, shell=True)#, stdout=subprocess.PIPE)