diff options
Diffstat (limited to 'scripts/scriptmgr.py')
-rwxr-xr-x | scripts/scriptmgr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scriptmgr.py b/scripts/scriptmgr.py index 0eef0529..75e33bea 100755 --- a/scripts/scriptmgr.py +++ b/scripts/scriptmgr.py @@ -181,7 +181,7 @@ class ScriptMgr(skytools.DBScript): os.chdir(job['cwd']) pidfile = job['pidfile'] if not pidfile: - self.log.warning("No pidfile for %s cannot launch") + self.log.warning("No pidfile for %s, cannot launch" % job_name) return 0 if os.path.isfile(pidfile): if skytools.signal_pidfile(pidfile, 0): |