[Zope3-checkins] CVS: ZODB3/zdaemon - zdrun.py:1.13.16.9
Tim Peters
tim.one at comcast.net
Wed Jun 9 14:42:41 EDT 2004
Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv20606/zdaemon
Modified Files:
Tag: Zope-2_7-branch
zdrun.py
Log Message:
Whitespace normalization.
=== ZODB3/zdaemon/zdrun.py 1.13.16.8 => 1.13.16.9 ===
--- ZODB3/zdaemon/zdrun.py:1.13.16.8 Tue May 4 15:05:48 2004
+++ ZODB3/zdaemon/zdrun.py Wed Jun 9 14:42:09 2004
@@ -599,7 +599,7 @@
"backoff=%r\n" % self.backoff +
"lasttime=%r\n" % self.proc.lasttime +
"application=%r\n" % self.proc.pid +
- "manager=%r\n" % os.getpid() +
+ "manager=%r\n" % os.getpid() +
"backofflimit=%r\n" % self.options.backofflimit +
"filename=%r\n" % self.proc.filename +
"args=%r\n" % self.proc.args)
@@ -667,7 +667,7 @@
def decode_wait_status(sts):
"""Decode the status returned by wait() or waitpid().
-
+
Return a tuple (exitstatus, message) where exitstatus is the exit
status, or -1 if the process was killed by a signal; and message
is a message telling what happened. It is the caller's
More information about the Zope3-Checkins
mailing list