summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-11-18 22:09:14 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-11-18 22:09:14 +0100
commitf559ab5186fb7bc122e39b1ceea96e25e78a5318 (patch)
tree5554e39535d8e1f432e1a5abc9f17c7190ff047f /pyLoadCore.py
parentclosed #153 (diff)
downloadpyload-f559ab5186fb7bc122e39b1ceea96e25e78a5318.tar.xz
little fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index c5669c496..3faecb276 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -287,10 +287,10 @@ class Core(object):
self.do_restart = False
self.shuttedDown = False
- self.writePidFile()
-
self.log.info(_("Using home directory: %s") % getcwd())
+ self.writePidFile()
+
#@TODO refractor
self.check_install("Crypto", _("pycrypto to decode container files"))