Fix typos.

This commit is contained in:
Stephen Diehl
2012-07-10 14:31:01 -04:00
parent 56da9d53f8
commit 0342ee7f62
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -196,6 +196,10 @@ class Component(object):
The core logic of the all components is run here.
"""
log.info("Start %r" % self)
log.info("Pid %s" % os.getpid())
log.info("Group %s" % os.getpgrp())
self.start_tic = time.time()
self.done = False # TODO: use state flag