1
0
Fork 0

Reduce a message severity.

This commit is contained in:
James Turner 2013-03-16 12:43:25 +00:00
parent f11201d3d9
commit 0f26267647

View file

@ -234,7 +234,7 @@ void TimeManager::update(double dt)
// time jump (and corresponding sky object and lighting
// jump.)
int adjust = _timeOverride->getLongValue() - now;
SG_LOG(SG_GENERAL, SG_INFO, "adjusting on un-freeze:" << adjust);
SG_LOG(SG_GENERAL, SG_DEBUG, "adjusting on un-freeze:" << adjust);
_warp->setIntValue(_warp->getIntValue() + adjust);
}
_timeOverride->setLongValue(0);