Home | History | Annotate | Download | only in paste

Lines Matching refs:subject

858                 subject="Process restart (too many zombie threads)")
989 def notify_problem(self, msg, subject=None, spawn_thread=True):
992 body of the notification, subject the summary.
1002 args=(msg, subject, False))
1006 if not subject:
1007 subject = msg.strip().splitlines()[0]
1008 subject = subject[:50]
1009 subject = '[http threadpool] %s' % subject
1013 "Subject: %s" % subject,