diff options
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")) |