瀏覽代碼

Mail message fix.

Chris McDonough 17 年之前
父節點
當前提交
41ec4447f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/supervisor/scripts/memmon.py

+ 1 - 1
src/supervisor/scripts/memmon.py

@@ -141,7 +141,7 @@ def restart(rpc, name, sendmail, email):
     rpc.supervisor.startProcess(name)
 
     if email:
-        msg = ('memmon.py restarted the process named %s at %s because'
+        msg = ('memmon.py restarted the process named %s at %s because '
                'it was consuming too much memory\n' % (name, time.asctime()))
         subject = 'memmon: process %s restarted' % name
         mail(sendmail, subject, email, msg)