# | Line 234 | Line 234 | class Publisher(Actor): | |
---|---|---|
234 | Blocks=dbswriter.insertFiles(jobReport) | |
235 | common.logger.message("Inserting file in blocks = %s"%Blocks) | |
236 | except DBSWriterError, ex: | |
237 | < | common.logger.error("Insert file error: %s"%ex) |
237 | > | common.logger.message("Insert file error: %s"%ex) |
238 | return Blocks | |
239 | ||
240 | def run(self): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |