@@ 1080,8 1080,8 @@ public class MapPanel extends JPanel imp
//With performance on demand, it is about 150 ms the first time, then as CPU speed
//ramps up, gets down to 40 ms by the 4th or 5th time. So you do have a considerable
//difference in responsiveness, and the CPU takes 0.2-0.35 seconds to ramp up
- if (logger.isInfoEnabled())
- logger.info("timeDiff: " + timeDiff/1000000);
+ if (logger.isDebugEnabled())
+ logger.debug("timeDiff: " + timeDiff/1000000);
sleepTime = period - timeDiff; // time left in this loop
//the thread is le tired
if (logger.isDebugEnabled())