]> git.mxchange.org Git - flightgear.git/commitdiff
Reduce a message severity.
authorJames Turner <zakalawe@mac.com>
Sat, 16 Mar 2013 12:43:25 +0000 (12:43 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 16 Mar 2013 12:43:25 +0000 (12:43 +0000)
src/Time/TimeManager.cxx

index 91d47bbe4c2e2255275b0e96e4e06771be179982..9fdca4c99e1da2a198dd5840c45347370f83d9b6 100644 (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);