From 9ff6f2986d4a23df801b24aa74615d7f90b04db5 Mon Sep 17 00:00:00 2001 From: martinko Date: Fri, 10 Oct 2014 15:50:38 +0200 Subject: 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. --- python/skytools/scripting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/skytools/scripting.py') 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. -- cgit v1.2.3