Chris McDonough 17 rokov pred
rodič
commit
41ec4447f7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)
     rpc.supervisor.startProcess(name)
 
 
     if email:
     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()))
                'it was consuming too much memory\n' % (name, time.asctime()))
         subject = 'memmon: process %s restarted' % name
         subject = 'memmon: process %s restarted' % name
         mail(sendmail, subject, email, msg)
         mail(sendmail, subject, email, msg)