소스 검색

This aint the way to have fun, son.

Chris McDonough 17 년 전
부모
커밋
98db8e896f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/supervisor/memmon.py

+ 1 - 1
src/supervisor/memmon.py

@@ -147,7 +147,7 @@ def restart(rpc, name, sendmail, email, rss):
             name, time.asctime(), rss)
             )
         subject = 'memmon: process %s restarted' % name
-        mail(sendmail, subject, email, msg, rss)
+        mail(sendmail, subject, email, msg)
 
 def mail(sendmail, subject, to, message):
     m = os.popen('%s -t -i' % sendmail, 'w')