From: mfranz Date: Sun, 26 Mar 2006 08:22:26 +0000 (+0000) Subject: If the author of this message isn't alerted enough to *fix* this, then I'm X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11ac97cd09cc354efdfc0d02c2510fc5ed17963b;p=simgear.git If the author of this message isn't alerted enough to *fix* this, then I'm sure the users won't do that either. This is regularly triggerd and leads to meaningless error reports. --- diff --git a/simgear/scene/sky/cloud.cxx b/simgear/scene/sky/cloud.cxx index b1b4f33a..309b63dd 100644 --- a/simgear/scene/sky/cloud.cxx +++ b/simgear/scene/sky/cloud.cxx @@ -780,7 +780,7 @@ bool SGCloudLayer::reposition( sgVec3 p, sgVec3 up, double lon, double lat, if ( base[1] > -10.0 && base[1] < 10.0 ) { base[1] -= (int)base[1]; } else { - SG_LOG(SG_ASTRO, SG_ALERT, + SG_LOG(SG_ASTRO, SG_DEBUG, "Error: base = " << base[0] << "," << base[1] << " course = " << course << " dist = " << dist ); base[1] = 0.0;