From f559ab5186fb7bc122e39b1ceea96e25e78a5318 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 18 Nov 2010 22:09:14 +0100 Subject: little fixes --- pyLoadCore.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyLoadCore.py') 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")) -- cgit v1.2.3