]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/clock.cxx
do also silence the marker sounds on --disable-sound
[flightgear.git] / src / Instrumentation / clock.cxx
index 6f1db3e391dcbc86343ee42d3f2519575d961a53..1b5808fb489139a0d001eaa5b30cd5970049c961 100644 (file)
@@ -33,9 +33,9 @@ Clock::Clock ( SGPropertyNode *node )
         } else if ( cname == "number" ) {
             num = child->getIntValue();
         } else {
-            SG_LOG( SG_AUTOPILOT, SG_WARN, "Error in clock config logic" );
+            SG_LOG( SG_INSTR, SG_WARN, "Error in clock config logic" );
             if ( name.length() ) {
-                SG_LOG( SG_AUTOPILOT, SG_WARN, "Section = " << name );
+                SG_LOG( SG_INSTR, SG_WARN, "Section = " << name );
             }
         }
     }
@@ -66,8 +66,6 @@ Clock::init ()
     _offset_node = node->getChild("offset-sec", 0, true);
     _sec_node = node->getChild("indicated-sec", 0, true);
     _string_node = node->getChild("indicated-string", 0, true);
-
-    _serviceable_node->setBoolValue(true);
 }
 
 void