Просмотр исходного кода

This aint the way to have fun, son.

Chris McDonough 17 лет назад
Родитель
Сommit
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')