Reduce a message severity.
This commit is contained in:
parent
f11201d3d9
commit
0f26267647
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue