]> git.mxchange.org Git - flightgear.git/commitdiff
Logging: less verbose panel loading.
authorjmt <jmt>
Mon, 14 Sep 2009 12:39:25 +0000 (12:39 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 17 Sep 2009 20:45:29 +0000 (22:45 +0200)
src/Cockpit/panel_io.cxx

index dd1f1036155c0df275f02c9f1e1ed391a0ebe5e4..f59f93c8ffdae34d2c95a99886920b67a4715534 100644 (file)
@@ -194,7 +194,7 @@ readAction (const SGPropertyNode * node, float w_scale, float h_scale)
   SGPropertyNode * dest = fgGetNode("/sim/bindings/panel", true);
 
   for (i = 0; i < bindings.size(); i++) {
-    SG_LOG(SG_INPUT, SG_INFO, "Reading binding "
+    SG_LOG(SG_INPUT, SG_BULK, "Reading binding "
       << bindings[i]->getStringValue("command"));
 
     j = 0;