diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-18 22:09:14 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-18 22:09:14 +0100 |
commit | f559ab5186fb7bc122e39b1ceea96e25e78a5318 (patch) | |
tree | 5554e39535d8e1f432e1a5abc9f17c7190ff047f /pyLoadCore.py | |
parent | closed #153 (diff) | |
download | pyload-f559ab5186fb7bc122e39b1ceea96e25e78a5318.tar.xz |
little fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 4 |
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")) |