Downgrade cloud-base alert to a debug warning.

This commit is contained in:
david
2002-07-18 20:23:30 +00:00
parent cadefd323a
commit db60139845

View 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]);
}