From 11ac97cd09cc354efdfc0d02c2510fc5ed17963b Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 26 Mar 2006 08:22:26 +0000 Subject: [PATCH] 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. --- simgear/scene/sky/cloud.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5