]> git.mxchange.org Git - simgear.git/commitdiff
Downgrade cloud-base alert to a debug warning.
authordavid <david>
Thu, 18 Jul 2002 20:23:30 +0000 (20:23 +0000)
committerdavid <david>
Thu, 18 Jul 2002 20:23:30 +0000 (20:23 +0000)
simgear/sky/cloud.cxx

index b7f639a1daabb0073d80c4700aa480900c33bee1..687f8d64bd5da36403cba453359a16c77f643cce 100644 (file)
@@ -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]);
         }