From: James Turner Date: Sat, 16 Mar 2013 12:43:25 +0000 (+0000) Subject: Reduce a message severity. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0f2626764767f9773a8e55e3c75f78a4f480261e;p=flightgear.git Reduce a message severity. --- diff --git a/src/Time/TimeManager.cxx b/src/Time/TimeManager.cxx index 91d47bbe4..9fdca4c99 100644 --- a/src/Time/TimeManager.cxx +++ b/src/Time/TimeManager.cxx @@ -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);