From: david Date: Thu, 18 Jul 2002 20:23:30 +0000 (+0000) Subject: Downgrade cloud-base alert to a debug warning. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=db60139845ed8503db9d58578a9f9e4488c6efd8;p=simgear.git Downgrade cloud-base alert to a debug warning. --- 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]); }