summaryrefslogtreecommitdiffstats
path: root/pyload/manager/thread/Server.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 16:05:04 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 16:05:04 +0200
commit99ec1c400d79ecc41ae1745e794e21e2e79d2add (patch)
treea20349bc3e5a1b20e0c8184f5aeb2f7c43a43194 /pyload/manager/thread/Server.py
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-99ec1c400d79ecc41ae1745e794e21e2e79d2add.tar.xz
Move lib to lib/Python/Lib
Diffstat (limited to 'pyload/manager/thread/Server.py')
-rw-r--r--pyload/manager/thread/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/manager/thread/Server.py b/pyload/manager/thread/Server.py
index 5962981e8..b724ad2f9 100644
--- a/pyload/manager/thread/Server.py
+++ b/pyload/manager/thread/Server.py
@@ -61,7 +61,7 @@ class WebServer(threading.Thread):
except Exception, e:
log.error(_("Error importing lightweight server: %s") % e)
log.warning(_("You need to download and compile bjoern, https://github.com/jonashaag/bjoern"))
- log.warning(_("Copy the boern.so to the lib folder or use setup.py install"))
+ log.warning(_("Copy the boern.so file to lib/Python/Lib or use setup.py install"))
log.warning(_("Of course you need to be familiar with linux and know how to compile software"))
self.server = "builtin"
else: