]> git.mxchange.org Git - simgear.git/commitdiff
If the author of this message isn't alerted enough to *fix* this, then I'm
authormfranz <mfranz>
Sun, 26 Mar 2006 08:22:26 +0000 (08:22 +0000)
committermfranz <mfranz>
Sun, 26 Mar 2006 08:22:26 +0000 (08:22 +0000)
sure the users won't do that either. This is regularly triggerd and leads
to meaningless error reports.

simgear/scene/sky/cloud.cxx

index b1b4f33aebce67caffadc994bea430645cb83bdf..309b63dd254f0a7dc1512ada7b2bba3bd6995c3a 100644 (file)
@@ -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;