diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-04-07 16:19:00 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-04-07 16:19:00 +0200 |
commit | 98d6824b47f34597a0486fd41963863037cb294d (patch) | |
tree | 7a20da6fadea36850c92d947a49d011e7314938b /pyLoadCore.py | |
parent | ul fix (diff) | |
download | pyload-98d6824b47f34597a0486fd41963863037cb294d.tar.xz |
information page for webif
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() |