Missed one LOG_PREFIX

This commit is contained in:
Mike Primm 2011-05-18 21:46:54 +08:00 committed by FrozenCow
parent 28e98a617d
commit 084cf3f0f9

View File

@ -133,7 +133,7 @@ public class MapManager {
found.remove(tile);
rendercnt++;
if((rendercnt % 100) == 0) {
log.info("Full render of map '" + world.maps.get(map_index).getClass().getSimpleName() + "' on world '" +
log.info(LOG_PREFIX + "Full render of map '" + world.maps.get(map_index).getClass().getSimpleName() + "' on world '" +
w.getName() + "' in progress - " + rendercnt + " tiles rendered, " + renderQueue.size() + " tiles pending.");
}
}