From f4114d9ffb7c5480e486ee322456a3642217ae97 Mon Sep 17 00:00:00 2001 From: martinko Date: Tue, 8 Nov 2011 12:29:48 +0100 Subject: scriptmgr.py: fix small logging bug --- scripts/scriptmgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/scriptmgr.py') 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): -- cgit v1.2.3