diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index f433330df..67778cee2 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -284,6 +284,7 @@ class Core(object): self.do_restart = False self.shuttedDown = False + self.log.info("pyLoad %s" % CURRENT_VERSION) self.log.info(_("Using home directory: %s") % getcwd()) self.writePidFile() |