ソースを参照

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)