summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authormartinko2014-10-10 13:50:38 +0000
committermartinko2014-10-10 13:50:38 +0000
commitc1d2be0cfdafffe0710bb575d916b12734a6742d (patch)
tree8571ad6eae73f7fdb6ae69c663223b1f0972e37f /python
parent4783861931e3600a52f085faa7be9d817658b8bd (diff)
moved log msg about script's normal shutdown from BaseScript to DataMaintainer
I think this could be useful to others but it's got to move until a better solution is figured out.
Diffstat (limited to 'python')
-rw-r--r--python/skytools/scripting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/skytools/scripting.py b/python/skytools/scripting.py
index 24dd684b..b7a7a8e4 100644
--- a/python/skytools/scripting.py
+++ b/python/skytools/scripting.py
@@ -671,7 +671,7 @@ class BaseScript(object):
In case of daemon, if will be called in same process as work(),
unlike __init__().
"""
- self.log.info("Script finished, exiting")
+ pass
# define some aliases (short-cuts / backward compatibility cruft)
stat_add = stat_put # Old, deprecated function.