0

Merge branch 'devel'

This commit is contained in:
Andrew Brown
2012-03-27 14:58:50 -04:00
2 changed files with 12 additions and 5 deletions

View File

@@ -943,7 +943,7 @@ class TileSet(object):
except nbt.CorruptionError:
# A warning and traceback was already printed by world.py's
# get_chunk()
logging.debug("Skipping corrupt chunk at %s,%s", chunkx, chunkz)
logging.debug("Skipping the render of corrupt chunk at %s,%s and moving on.", chunkx, chunkz)
except Exception, e:
logging.warning("Could not render chunk %s,%s for some reason. I'm going to ignore this and continue", chunkx, chunkz)
logging.debug("Full error was:", exc_info=1)