소스 검색

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)