Przeglądaj źródła

This aint the way to have fun, son.

Chris McDonough 17 lat temu
rodzic
commit
98db8e896f
1 zmienionych plików z 1 dodań i 1 usunięć
  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')