From 0f2626764767f9773a8e55e3c75f78a4f480261e Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 16 Mar 2013 12:43:25 +0000 Subject: [PATCH] Reduce a message severity. --- src/Time/TimeManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5