(missed parameter)

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40918
This commit is contained in:
samus_ 2009-02-25 05:49:23 +00:00
parent de1b9e5ec9
commit c6e76dadc6
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class ScrapyProcessProtocol(protocol.ProcessProtocol):
os.remove(self.logfile)
self.logfile = "%s.gz" % self.logfile
except e:
log.msg("failed to compress %s exception=%s (domain=%s, pid=%s)" % (self.logfile, self.domain, self.pid))
log.msg("failed to compress %s exception=%s (domain=%s, pid=%s)" % (self.logfile, e, self.domain, self.pid))
log.msg("ClusterWorker: finished domain=%s, pid=%d, log=%s" % (self.domain, self.pid, self.logfile))
log.msg("Reason type: %s. value: %s" % (reason.type, reason.value) )
del self.procman.running[self.domain]