Log selection in FillBlocksOperation

This commit is contained in:
David Vierra 2015-06-07 06:53:59 -10:00
parent aeb874487f
commit 9e383d4031

View File

@ -90,7 +90,7 @@ class FillBlocksOperation(Operation):
self.chunkCount = 0
self.skipped = 0
self.sections = 0
log.info("Replacing with mapping:\n %s\n (creating chunks/sections? %s)", self.blockReplacements, self.createSections)
log.info("Replacing with selection:\n%s Mapping:\n %s\n (creating chunks/sections? %s)", selection, self.blockReplacements, self.createSections)
def done(self):
log.info(u"Fill/Replace: Skipped {0}/{1} sections".format(self.skipped, self.sections))