]> git.mxchange.org Git - flightgear.git/commitdiff
Change the log level of somme messages which can harldy be called allerts
authorehofman <ehofman>
Sun, 30 Mar 2003 13:30:25 +0000 (13:30 +0000)
committerehofman <ehofman>
Sun, 30 Mar 2003 13:30:25 +0000 (13:30 +0000)
src/Cockpit/panel_io.cxx

index 7bb8f27261712b0f99d1a7ff5348f6860d7073e3..f7721a98278629feec0aeb98de70827259433aad 100644 (file)
@@ -238,7 +238,7 @@ readTransformation (const SGPropertyNode * node, float w_scale, float h_scale)
   SGPropertyNode * target = 0;
 
   if (type.empty()) {
-    SG_LOG( SG_COCKPIT, SG_ALERT,
+    SG_LOG( SG_COCKPIT, SG_INFO,
             "No type supplied for transformation " << name
             << " assuming \"rotation\"" );
     type = "rotation";
@@ -418,7 +418,7 @@ readLayer (const SGPropertyNode * node, float w_scale, float h_scale)
 
 
   if (type.empty()) {
-    SG_LOG( SG_COCKPIT, SG_ALERT,
+    SG_LOG( SG_COCKPIT, SG_INFO,
             "No type supplied for layer " << name
             << " assuming \"texture\"" );
     type = "texture";