From db60139845ed8503db9d58578a9f9e4488c6efd8 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 18 Jul 2002 20:23:30 +0000 Subject: [PATCH] Downgrade cloud-base alert to a debug warning. --- simgear/sky/cloud.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/sky/cloud.cxx b/simgear/sky/cloud.cxx index b7f639a1..687f8d64 100644 --- a/simgear/sky/cloud.cxx +++ b/simgear/sky/cloud.cxx @@ -309,7 +309,7 @@ bool SGCloudLayer::reposition( sgVec3 p, sgVec3 up, double lon, double lat, base[0] -= (int)base[0]; } else { base[0] = 0.0; - SG_LOG(SG_ASTRO, SG_ALERT, + SG_LOG(SG_ASTRO, SG_DEBUG, "Error: base = " << base[0] << "," << base[1]); } -- 2.39.5