Log selection in FillBlocksOperation
This commit is contained in:
parent
aeb874487f
commit
9e383d4031
@ -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))
|
||||
|
Reference in New Issue
Block a user